Shades of Wattle #CACA32
Tints of Wattle #CACA32
RGB
CMYK
RGB Variations
Color information
#CACA32 (or 0xCACA32) is known color: Wattle. HEX triplet: CA, CA and 32. RGB value is (202,202,50). Sum of RGB (Red+Green+Blue) = 202+202+50=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA32 is #3535CD. Grayscale: #B9B9B9. Windows color (decimal): -3487182 or 3328714. OLE color: 3328714.
HSL color Cylindrical-coordinate representation of color #CACA32: hue angle of 60º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CACA32 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 50 | - |
| CMYK | 0 | 0 | 0.75 | 0.21 |
| HSL | 60º | 0.6% | 0.49% | - |
| HSV(B) | 60º | 0.75% | 0.79% | - |
| XYZ | 46.05 | 55.03 | 11.21 | - |
| YUV | 184.67 | 52 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 50 | 0 | 0 | 0.75 | 0.21 | 60 | 0.6 | 0.49 |
| Hex | CA | CA | 32 | 0 | 0 | 4B | 15 | 3C | 3C | 31 |
| Octal | 312 | 312 | 62 | 0 | 0 | 113 | 25 | 74 | 74 | 61 |
| Binary | 11001010 | 11001010 | 110010 | 0 | 0 | 1001011 | 10101 | 111100 | 111100 | 110001 |
Color Harmonies of #CACA32
Complementary color
Monochromatic Colors of #CACA32
Black with #CACA32
Text Example
Text Example
White with #CACA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA32; }
p { color: rgb(202,202,50); }
H1.HeaderClassName
{
color: #CACA32;
}
.AnyTagClassName
{
color: #CACA32;
}
</style>
background-color css
<style>
a { background-color: #CACA32; }
a { background-color: rgb(202,202,50); }
div.DivClassName
{
background-color: #CACA32;
}
.BgClassName
{
background-color: #CACA32;
}
</style>
border-color css
<style>
span { border-color: #CACA32; }
span { border-color: rgb(202,202,50); }
td.TdClassName
{
border-color: #CACA32;
}
.TagClassName
{
border-color: #CACA32;
}
</style>