Shades of Wattle #CACA4A
Tints of Wattle #CACA4A
RGB
CMYK
RGB Variations
Color information
#CACA4A (or 0xCACA4A) is known color: Wattle. HEX triplet: CA, CA and 4A. RGB value is (202,202,74). Sum of RGB (Red+Green+Blue) = 202+202+74=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA4A is #3535B5. Grayscale: #BBBBBB. Windows color (decimal): -3487158 or 4901578. OLE color: 4901578.
HSL color Cylindrical-coordinate representation of color #CACA4A: 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.63%. Process color model (Four color, CMYK) of #CACA4A is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 74 | - |
| CMYK | 0 | 0 | 0.63 | 0.21 |
| HSL | 60º | 0.55% | 0.54% | - |
| HSV(B) | 60º | 0.63% | 0.79% | - |
| XYZ | 46.71 | 55.29 | 14.69 | - |
| YUV | 187.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 74 | 0 | 0 | 0.63 | 0.21 | 60 | 0.55 | 0.54 |
| Hex | CA | CA | 4A | 0 | 0 | 3F | 15 | 3C | 37 | 36 |
| Octal | 312 | 312 | 112 | 0 | 0 | 77 | 25 | 74 | 67 | 66 |
| Binary | 11001010 | 11001010 | 1001010 | 0 | 0 | 111111 | 10101 | 111100 | 110111 | 110110 |
Color Harmonies of #CACA4A
Complementary color
Monochromatic Colors of #CACA4A
Black with #CACA4A
Text Example
Text Example
White with #CACA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA4A; }
p { color: rgb(202,202,74); }
H1.HeaderClassName
{
color: #CACA4A;
}
.AnyTagClassName
{
color: #CACA4A;
}
</style>
background-color css
<style>
a { background-color: #CACA4A; }
a { background-color: rgb(202,202,74); }
div.DivClassName
{
background-color: #CACA4A;
}
.BgClassName
{
background-color: #CACA4A;
}
</style>
border-color css
<style>
span { border-color: #CACA4A; }
span { border-color: rgb(202,202,74); }
td.TdClassName
{
border-color: #CACA4A;
}
.TagClassName
{
border-color: #CACA4A;
}
</style>