Shades of Wild Willow #CAC860
Tints of Wild Willow #CAC860
RGB
CMYK
RGB Variations
Color information
#CAC860 (or 0xCAC860) is known color: Wild Willow. HEX triplet: CA, C8 and 60. RGB value is (202,200,96). Sum of RGB (Red+Green+Blue) = 202+200+96=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC860 is #35379F. Grayscale: #BDBDBD. Windows color (decimal): -3487648 or 6342858. OLE color: 6342858.
HSL color Cylindrical-coordinate representation of color #CAC860: hue angle of 58.87º 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 #CAC860 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 96 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.21 |
| HSL | 58.87º | 0.5% | 0.58% | - |
| HSV(B) | 58.87º | 0.52% | 0.79% | - |
| XYZ | 47.12 | 54.71 | 19.14 | - |
| YUV | 188.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 96 | 0 | 0.01 | 0.52 | 0.21 | 58.87 | 0.5 | 0.58 |
| Hex | CA | C8 | 60 | 0 | 1 | 34 | 15 | 3B | 32 | 3A |
| Octal | 312 | 310 | 140 | 0 | 1 | 64 | 25 | 73 | 62 | 72 |
| Binary | 11001010 | 11001000 | 1100000 | 0 | 1 | 110100 | 10101 | 111011 | 110010 | 111010 |
Color Harmonies of #CAC860
Complementary color
Monochromatic Colors of #CAC860
Black with #CAC860
Text Example
Text Example
White with #CAC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC860; }
p { color: rgb(202,200,96); }
H1.HeaderClassName
{
color: #CAC860;
}
.AnyTagClassName
{
color: #CAC860;
}
</style>
background-color css
<style>
a { background-color: #CAC860; }
a { background-color: rgb(202,200,96); }
div.DivClassName
{
background-color: #CAC860;
}
.BgClassName
{
background-color: #CAC860;
}
</style>
border-color css
<style>
span { border-color: #CAC860; }
span { border-color: rgb(202,200,96); }
td.TdClassName
{
border-color: #CAC860;
}
.TagClassName
{
border-color: #CAC860;
}
</style>