Shades of Wattle #CAC941
Tints of Wattle #CAC941
RGB
CMYK
RGB Variations
Color information
#CAC941 (or 0xCAC941) is known color: Wattle. HEX triplet: CA, C9 and 41. RGB value is (202,201,65). Sum of RGB (Red+Green+Blue) = 202+201+65=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC941 is #3536BE. Grayscale: #BABABA. Windows color (decimal): -3487423 or 4311498. OLE color: 4311498.
HSL color Cylindrical-coordinate representation of color #CAC941: hue angle of 59.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAC941 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 65 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.21 |
| HSL | 59.56º | 0.56% | 0.52% | - |
| HSV(B) | 59.56º | 0.68% | 0.79% | - |
| XYZ | 46.2 | 54.71 | 13.13 | - |
| YUV | 185.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 65 | 0 | 0.00 | 0.68 | 0.21 | 59.56 | 0.56 | 0.52 |
| Hex | CA | C9 | 41 | 0 | 0 | 44 | 15 | 3C | 38 | 34 |
| Octal | 312 | 311 | 101 | 0 | 0 | 104 | 25 | 74 | 70 | 64 |
| Binary | 11001010 | 11001001 | 1000001 | 0 | 0 | 1000100 | 10101 | 111100 | 111000 | 110100 |
Color Harmonies of #CAC941
Complementary color
Monochromatic Colors of #CAC941
Black with #CAC941
Text Example
Text Example
White with #CAC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC941; }
p { color: rgb(202,201,65); }
H1.HeaderClassName
{
color: #CAC941;
}
.AnyTagClassName
{
color: #CAC941;
}
</style>
background-color css
<style>
a { background-color: #CAC941; }
a { background-color: rgb(202,201,65); }
div.DivClassName
{
background-color: #CAC941;
}
.BgClassName
{
background-color: #CAC941;
}
</style>
border-color css
<style>
span { border-color: #CAC941; }
span { border-color: rgb(202,201,65); }
td.TdClassName
{
border-color: #CAC941;
}
.TagClassName
{
border-color: #CAC941;
}
</style>