Shades of Wattle #CACA4C
Tints of Wattle #CACA4C
RGB
CMYK
RGB Variations
Color information
#CACA4C (or 0xCACA4C) is known color: Wattle. HEX triplet: CA, CA and 4C. RGB value is (202,202,76). Sum of RGB (Red+Green+Blue) = 202+202+76=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA4C is #3535B3. Grayscale: #BCBCBC. Windows color (decimal): -3487156 or 5032650. OLE color: 5032650.
HSL color Cylindrical-coordinate representation of color #CACA4C: hue angle of 60º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CACA4C is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 76 | - |
| CMYK | 0 | 0 | 0.62 | 0.21 |
| HSL | 60º | 0.54% | 0.55% | - |
| HSV(B) | 60º | 0.62% | 0.79% | - |
| XYZ | 46.78 | 55.32 | 15.05 | - |
| YUV | 187.64 | 65 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 76 | 0 | 0 | 0.62 | 0.21 | 60 | 0.54 | 0.55 |
| Hex | CA | CA | 4C | 0 | 0 | 3E | 15 | 3C | 36 | 37 |
| Octal | 312 | 312 | 114 | 0 | 0 | 76 | 25 | 74 | 66 | 67 |
| Binary | 11001010 | 11001010 | 1001100 | 0 | 0 | 111110 | 10101 | 111100 | 110110 | 110111 |
Color Harmonies of #CACA4C
Complementary color
Monochromatic Colors of #CACA4C
Black with #CACA4C
Text Example
Text Example
White with #CACA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA4C; }
p { color: rgb(202,202,76); }
H1.HeaderClassName
{
color: #CACA4C;
}
.AnyTagClassName
{
color: #CACA4C;
}
</style>
background-color css
<style>
a { background-color: #CACA4C; }
a { background-color: rgb(202,202,76); }
div.DivClassName
{
background-color: #CACA4C;
}
.BgClassName
{
background-color: #CACA4C;
}
</style>
border-color css
<style>
span { border-color: #CACA4C; }
span { border-color: rgb(202,202,76); }
td.TdClassName
{
border-color: #CACA4C;
}
.TagClassName
{
border-color: #CACA4C;
}
</style>