#C8C434

Color #C8C434 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #C8C434

Tints of Wattle #C8C434

Color information

#C8C434 (or 0xC8C434) is unknown color: approx Wattle. HEX triplet: C8, C4 and 34. RGB value is (200,196,52). Sum of RGB (Red+Green+Blue) = 200+196+52=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C434 is #373BCB. Grayscale: #B5B5B5. Windows color (decimal): -3619788 or 3458248. OLE color: 3458248.

HSL color Cylindrical-coordinate representation of color #C8C434: hue angle of 58.38º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8C434 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20019652-
CMYK00.020.740.22
HSL58.38º58.73%49.41%-
HSV(B)58.38º74%78.43%-
XYZ44.1852.0110.96-
YUV180.7855.33141.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 196 (76.95% from 255) = 43.75%
BLUE value IS 52 (20.70% from 255) = 11.61%
R=44.64%
G=43.75%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001965200.020.740.2258.3858.7349.41
HexC8C434024A163a3b31
Octal310304640211226727361
Binary1100100011000100110100010100101010110111010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C434; }

 p { color: rgb(200,196,52); }

 H1.HeaderClassName
 {
   color: #C8C434;
 }
 .AnyTagClassName
 {
   color: #C8C434;
 }
</style>
background-color css

<style>
 a { background-color: #C8C434; }

 a { background-color: rgb(200,196,52); }

 div.DivClassName
 {
   background-color: #C8C434;
 }
 .BgClassName
 {
   background-color: #C8C434;
 }
</style>
border-color css

<style>
 span { border-color: #C8C434; }

 span { border-color: rgb(200,196,52); }

 td.TdClassName
 {
   border-color: #C8C434;
 }
 .TagClassName
 {
   border-color: #C8C434;
 }
</style>