#CAC546

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

Shades of Wattle #CAC546

Tints of Wattle #CAC546

Color information

#CAC546 (or 0xCAC546) is unknown color: approx Wattle. HEX triplet: CA, C5 and 46. RGB value is (202,197,70). Sum of RGB (Red+Green+Blue) = 202+197+70=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC546 is #353AB9. Grayscale: #B8B8B8. Windows color (decimal): -3488442 or 4638154. OLE color: 4638154.

HSL color Cylindrical-coordinate representation of color #CAC546: hue angle of 57.73º 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 #CAC546 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20219770-
CMYK00.020.650.21
HSL57.73º55.46%53.33%-
HSV(B)57.73º65.35%79.22%-
XYZ45.4352.9313.62-
YUV184.0263.66140.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 70 (27.73% from 255) = 14.93%
R=43.07%
G=42.00%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021977000.020.650.2157.7355.4653.33
HexCAC5460241153a3735
Octal3123051060210125726765
Binary11001010110001011000110010100000110101111010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC546; }

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

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

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

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

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

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

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

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