Shades of Wild Willow #CAC964
Tints of Wild Willow #CAC964
RGB
CMYK
RGB Variations
Color information
#CAC964 (or 0xCAC964) is known color: Wild Willow. HEX triplet: CA, C9 and 64. RGB value is (202,201,100). Sum of RGB (Red+Green+Blue) = 202+201+100=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC964 is #35369B. Grayscale: #BEBEBE. Windows color (decimal): -3487388 or 6605258. OLE color: 6605258.
HSL color Cylindrical-coordinate representation of color #CAC964: hue angle of 59.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC964 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 100 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.21 |
| HSL | 59.41º | 0.49% | 0.59% | - |
| HSV(B) | 59.41º | 0.5% | 0.79% | - |
| XYZ | 47.54 | 55.25 | 20.22 | - |
| YUV | 189.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 100 | 0 | 0.00 | 0.50 | 0.21 | 59.41 | 0.49 | 0.59 |
| Hex | CA | C9 | 64 | 0 | 0 | 32 | 15 | 3B | 31 | 3B |
| Octal | 312 | 311 | 144 | 0 | 0 | 62 | 25 | 73 | 61 | 73 |
| Binary | 11001010 | 11001001 | 1100100 | 0 | 0 | 110010 | 10101 | 111011 | 110001 | 111011 |
Color Harmonies of #CAC964
Complementary color
Monochromatic Colors of #CAC964
Black with #CAC964
Text Example
Text Example
White with #CAC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC964; }
p { color: rgb(202,201,100); }
H1.HeaderClassName
{
color: #CAC964;
}
.AnyTagClassName
{
color: #CAC964;
}
</style>
background-color css
<style>
a { background-color: #CAC964; }
a { background-color: rgb(202,201,100); }
div.DivClassName
{
background-color: #CAC964;
}
.BgClassName
{
background-color: #CAC964;
}
</style>
border-color css
<style>
span { border-color: #CAC964; }
span { border-color: rgb(202,201,100); }
td.TdClassName
{
border-color: #CAC964;
}
.TagClassName
{
border-color: #CAC964;
}
</style>