#CAC049

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

Shades of Wattle #CAC049

Tints of Wattle #CAC049

Color information

#CAC049 (or 0xCAC049) is unknown color: approx Wattle. HEX triplet: CA, C0 and 49. RGB value is (202,192,73). Sum of RGB (Red+Green+Blue) = 202+192+73=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC049 is #353FB6. Grayscale: #B5B5B5. Windows color (decimal): -3489719 or 4833482. OLE color: 4833482.

HSL color Cylindrical-coordinate representation of color #CAC049: hue angle of 55.35º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAC049 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20219273-
CMYK00.050.640.21
HSL55.35º54.89%53.92%-
HSV(B)55.35º63.86%79.22%-
XYZ44.4150.7413.76-
YUV181.4266.81142.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 73 (28.91% from 255) = 15.63%
R=43.25%
G=41.11%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021927300.050.640.2155.3554.8953.92
HexCAC049054015373736
Octal3123001110510025676766
Binary110010101100000010010010101100000010101110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC049; }

 p { color: rgb(202,192,73); }

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

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

 a { background-color: rgb(202,192,73); }

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

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

 span { border-color: rgb(202,192,73); }

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