#C8C04A

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

Shades of Wattle #C8C04A

Tints of Wattle #C8C04A

Color information

#C8C04A (or 0xC8C04A) is unknown color: approx Wattle. HEX triplet: C8, C0 and 4A. RGB value is (200,192,74). Sum of RGB (Red+Green+Blue) = 200+192+74=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C04A is #373FB5. Grayscale: #B5B5B5. Windows color (decimal): -3620790 or 4899016. OLE color: 4899016.

HSL color Cylindrical-coordinate representation of color #C8C04A: hue angle of 56.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8C04A is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB20019274-
CMYK00.040.630.22
HSL56.19º53.39%53.73%-
HSV(B)56.19º63%78.43%-
XYZ43.9150.4713.91-
YUV180.9467.65141.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 74 (29.30% from 255) = 15.88%
R=42.92%
G=41.20%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001927400.040.630.2256.1953.3953.73
HexC8C04A043F16383536
Octal310300112047726706566
Binary11001000110000001001010010011111110110111000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C04A; }

 p { color: rgb(200,192,74); }

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

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

 a { background-color: rgb(200,192,74); }

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

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

 span { border-color: rgb(200,192,74); }

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