Shades of Wattle #CAC93C
Tints of Wattle #CAC93C
RGB
CMYK
RGB Variations
Color information
#CAC93C (or 0xCAC93C) is known color: Wattle. HEX triplet: CA, C9 and 3C. RGB value is (202,201,60). Sum of RGB (Red+Green+Blue) = 202+201+60=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC93C is #3536C3. Grayscale: #B9B9B9. Windows color (decimal): -3487428 or 3983818. OLE color: 3983818.
HSL color Cylindrical-coordinate representation of color #CAC93C: hue angle of 59.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAC93C is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 60 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.21 |
| HSL | 59.58º | 0.57% | 0.51% | - |
| HSV(B) | 59.58º | 0.7% | 0.79% | - |
| XYZ | 46.06 | 54.66 | 12.4 | - |
| YUV | 185.23 | 57.33 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 60 | 0 | 0.00 | 0.70 | 0.21 | 59.58 | 0.57 | 0.51 |
| Hex | CA | C9 | 3C | 0 | 0 | 46 | 15 | 3C | 39 | 33 |
| Octal | 312 | 311 | 74 | 0 | 0 | 106 | 25 | 74 | 71 | 63 |
| Binary | 11001010 | 11001001 | 111100 | 0 | 0 | 1000110 | 10101 | 111100 | 111001 | 110011 |
Color Harmonies of #CAC93C
Complementary color
Monochromatic Colors of #CAC93C
Black with #CAC93C
Text Example
Text Example
White with #CAC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC93C; }
p { color: rgb(202,201,60); }
H1.HeaderClassName
{
color: #CAC93C;
}
.AnyTagClassName
{
color: #CAC93C;
}
</style>
background-color css
<style>
a { background-color: #CAC93C; }
a { background-color: rgb(202,201,60); }
div.DivClassName
{
background-color: #CAC93C;
}
.BgClassName
{
background-color: #CAC93C;
}
</style>
border-color css
<style>
span { border-color: #CAC93C; }
span { border-color: rgb(202,201,60); }
td.TdClassName
{
border-color: #CAC93C;
}
.TagClassName
{
border-color: #CAC93C;
}
</style>