#CAC046

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

Shades of Wattle #CAC046

Tints of Wattle #CAC046

Color information

#CAC046 (or 0xCAC046) is unknown color: approx Wattle. HEX triplet: CA, C0 and 46. RGB value is (202,192,70). Sum of RGB (Red+Green+Blue) = 202+192+70=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC046 is #353FB9. Grayscale: #B5B5B5. Windows color (decimal): -3489722 or 4636874. OLE color: 4636874.

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

Color convert

RGB20219270-
CMYK00.050.650.21
HSL55.45º55.46%53.33%-
HSV(B)55.45º65.35%79.22%-
XYZ44.3150.713.24-
YUV181.0865.31142.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 70 (27.73% from 255) = 15.09%
R=43.53%
G=41.38%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021927000.050.650.2155.4555.4653.33
HexCAC046054115373735
Octal3123001060510125676765
Binary110010101100000010001100101100000110101110111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC046; }

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

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

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

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

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

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

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

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