#CACA49

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

Shades of Wattle #CACA49

Tints of Wattle #CACA49

Color information

#CACA49 (or 0xCACA49) is unknown color: approx Wattle. HEX triplet: CA, CA and 49. RGB value is (202,202,73). Sum of RGB (Red+Green+Blue) = 202+202+73=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA49 is #3535B6. Grayscale: #BBBBBB. Windows color (decimal): -3487159 or 4836042. OLE color: 4836042.

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

Color convert

RGB20220273-
CMYK000.640.21
HSL60º54.89%53.92%-
HSV(B)60º63.86%79.22%-
XYZ46.6855.2814.51-
YUV187.2963.5138.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 73 (28.91% from 255) = 15.30%
R=42.35%
G=42.35%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220273000.640.216054.8953.92
HexCACA490040153c3736
Octal3123121110010025746766
Binary1100101011001010100100100100000010101111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA49; }

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

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

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

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

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

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

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

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