Shades of Wild Willow #CAC960
Tints of Wild Willow #CAC960
RGB
CMYK
RGB Variations
Color information
#CAC960 (or 0xCAC960) is known color: Wild Willow. HEX triplet: CA, C9 and 60. RGB value is (202,201,96). Sum of RGB (Red+Green+Blue) = 202+201+96=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC960 is #35369F. Grayscale: #BDBDBD. Windows color (decimal): -3487392 or 6343114. OLE color: 6343114.
HSL color Cylindrical-coordinate representation of color #CAC960: hue angle of 59.43º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAC960 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 96 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.21 |
| HSL | 59.43º | 0.5% | 0.58% | - |
| HSV(B) | 59.43º | 0.52% | 0.79% | - |
| XYZ | 47.36 | 55.17 | 19.22 | - |
| YUV | 189.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 96 | 0 | 0.00 | 0.52 | 0.21 | 59.43 | 0.5 | 0.58 |
| Hex | CA | C9 | 60 | 0 | 0 | 34 | 15 | 3B | 32 | 3A |
| Octal | 312 | 311 | 140 | 0 | 0 | 64 | 25 | 73 | 62 | 72 |
| Binary | 11001010 | 11001001 | 1100000 | 0 | 0 | 110100 | 10101 | 111011 | 110010 | 111010 |
Color Harmonies of #CAC960
Complementary color
Monochromatic Colors of #CAC960
Black with #CAC960
Text Example
Text Example
White with #CAC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC960; }
p { color: rgb(202,201,96); }
H1.HeaderClassName
{
color: #CAC960;
}
.AnyTagClassName
{
color: #CAC960;
}
</style>
background-color css
<style>
a { background-color: #CAC960; }
a { background-color: rgb(202,201,96); }
div.DivClassName
{
background-color: #CAC960;
}
.BgClassName
{
background-color: #CAC960;
}
</style>
border-color css
<style>
span { border-color: #CAC960; }
span { border-color: rgb(202,201,96); }
td.TdClassName
{
border-color: #CAC960;
}
.TagClassName
{
border-color: #CAC960;
}
</style>