Shades of Wattle #CAC94E
Tints of Wattle #CAC94E
RGB
CMYK
RGB Variations
Color information
#CAC94E (or 0xCAC94E) is known color: Wattle. HEX triplet: CA, C9 and 4E. RGB value is (202,201,78). Sum of RGB (Red+Green+Blue) = 202+201+78=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC94E is #3536B1. Grayscale: #BBBBBB. Windows color (decimal): -3487410 or 5163466. OLE color: 5163466.
HSL color Cylindrical-coordinate representation of color #CAC94E: hue angle of 59.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAC94E is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 78 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.21 |
| HSL | 59.52º | 0.54% | 0.55% | - |
| HSV(B) | 59.52º | 0.61% | 0.79% | - |
| XYZ | 46.62 | 54.88 | 15.34 | - |
| YUV | 187.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 78 | 0 | 0.00 | 0.61 | 0.21 | 59.52 | 0.54 | 0.55 |
| Hex | CA | C9 | 4E | 0 | 0 | 3D | 15 | 3C | 36 | 37 |
| Octal | 312 | 311 | 116 | 0 | 0 | 75 | 25 | 74 | 66 | 67 |
| Binary | 11001010 | 11001001 | 1001110 | 0 | 0 | 111101 | 10101 | 111100 | 110110 | 110111 |
Color Harmonies of #CAC94E
Complementary color
Monochromatic Colors of #CAC94E
Black with #CAC94E
Text Example
Text Example
White with #CAC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC94E; }
p { color: rgb(202,201,78); }
H1.HeaderClassName
{
color: #CAC94E;
}
.AnyTagClassName
{
color: #CAC94E;
}
</style>
background-color css
<style>
a { background-color: #CAC94E; }
a { background-color: rgb(202,201,78); }
div.DivClassName
{
background-color: #CAC94E;
}
.BgClassName
{
background-color: #CAC94E;
}
</style>
border-color css
<style>
span { border-color: #CAC94E; }
span { border-color: rgb(202,201,78); }
td.TdClassName
{
border-color: #CAC94E;
}
.TagClassName
{
border-color: #CAC94E;
}
</style>