Shades of Wattle #CAC232
Tints of Wattle #CAC232
RGB
CMYK
RGB Variations
Color information
#CAC232 (or 0xCAC232) is known color: Wattle. HEX triplet: CA, C2 and 32. RGB value is (202,194,50). Sum of RGB (Red+Green+Blue) = 202+194+50=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC232 is #353DCD. Grayscale: #B4B4B4. Windows color (decimal): -3489230 or 3326666. OLE color: 3326666.
HSL color Cylindrical-coordinate representation of color #CAC232: hue angle of 56.84º 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 #CAC232 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 50 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.21 |
| HSL | 56.84º | 0.6% | 0.49% | - |
| HSV(B) | 56.84º | 0.75% | 0.79% | - |
| XYZ | 44.22 | 51.37 | 10.6 | - |
| YUV | 179.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 50 | 0 | 0.04 | 0.75 | 0.21 | 56.84 | 0.6 | 0.49 |
| Hex | CA | C2 | 32 | 0 | 4 | 4B | 15 | 39 | 3C | 31 |
| Octal | 312 | 302 | 62 | 0 | 4 | 113 | 25 | 71 | 74 | 61 |
| Binary | 11001010 | 11000010 | 110010 | 0 | 100 | 1001011 | 10101 | 111001 | 111100 | 110001 |
Color Harmonies of #CAC232
Complementary color
Monochromatic Colors of #CAC232
Black with #CAC232
Text Example
Text Example
White with #CAC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC232; }
p { color: rgb(202,194,50); }
H1.HeaderClassName
{
color: #CAC232;
}
.AnyTagClassName
{
color: #CAC232;
}
</style>
background-color css
<style>
a { background-color: #CAC232; }
a { background-color: rgb(202,194,50); }
div.DivClassName
{
background-color: #CAC232;
}
.BgClassName
{
background-color: #CAC232;
}
</style>
border-color css
<style>
span { border-color: #CAC232; }
span { border-color: rgb(202,194,50); }
td.TdClassName
{
border-color: #CAC232;
}
.TagClassName
{
border-color: #CAC232;
}
</style>