Shades of Wattle #CAC042
Tints of Wattle #CAC042
RGB
CMYK
RGB Variations
Color information
#CAC042 (or 0xCAC042) is known color: Wattle. HEX triplet: CA, C0 and 42. RGB value is (202,192,66). Sum of RGB (Red+Green+Blue) = 202+192+66=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC042 is #353FBD. Grayscale: #B5B5B5. Windows color (decimal): -3489726 or 4374730. OLE color: 4374730.
HSL color Cylindrical-coordinate representation of color #CAC042: hue angle of 55.59º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAC042 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 66 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.21 |
| HSL | 55.59º | 0.56% | 0.53% | - |
| HSV(B) | 55.59º | 0.67% | 0.79% | - |
| XYZ | 44.19 | 50.65 | 12.6 | - |
| YUV | 180.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 66 | 0 | 0.05 | 0.67 | 0.21 | 55.59 | 0.56 | 0.53 |
| Hex | CA | C0 | 42 | 0 | 5 | 43 | 15 | 38 | 38 | 35 |
| Octal | 312 | 300 | 102 | 0 | 5 | 103 | 25 | 70 | 70 | 65 |
| Binary | 11001010 | 11000000 | 1000010 | 0 | 101 | 1000011 | 10101 | 111000 | 111000 | 110101 |
Color Harmonies of #CAC042
Complementary color
Monochromatic Colors of #CAC042
Black with #CAC042
Text Example
Text Example
White with #CAC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC042; }
p { color: rgb(202,192,66); }
H1.HeaderClassName
{
color: #CAC042;
}
.AnyTagClassName
{
color: #CAC042;
}
</style>
background-color css
<style>
a { background-color: #CAC042; }
a { background-color: rgb(202,192,66); }
div.DivClassName
{
background-color: #CAC042;
}
.BgClassName
{
background-color: #CAC042;
}
</style>
border-color css
<style>
span { border-color: #CAC042; }
span { border-color: rgb(202,192,66); }
td.TdClassName
{
border-color: #CAC042;
}
.TagClassName
{
border-color: #CAC042;
}
</style>