Shades of Wild Willow #CAC861
Tints of Wild Willow #CAC861
RGB
CMYK
RGB Variations
Color information
#CAC861 (or 0xCAC861) is known color: Wild Willow. HEX triplet: CA, C8 and 61. RGB value is (202,200,97). Sum of RGB (Red+Green+Blue) = 202+200+97=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC861 is #35379E. Grayscale: #BDBDBD. Windows color (decimal): -3487647 or 6408394. OLE color: 6408394.
HSL color Cylindrical-coordinate representation of color #CAC861: hue angle of 58.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAC861 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 97 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.21 |
| HSL | 58.86º | 0.5% | 0.59% | - |
| HSV(B) | 58.86º | 0.52% | 0.79% | - |
| XYZ | 47.17 | 54.73 | 19.39 | - |
| YUV | 188.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 97 | 0 | 0.01 | 0.52 | 0.21 | 58.86 | 0.5 | 0.59 |
| Hex | CA | C8 | 61 | 0 | 1 | 34 | 15 | 3B | 32 | 3B |
| Octal | 312 | 310 | 141 | 0 | 1 | 64 | 25 | 73 | 62 | 73 |
| Binary | 11001010 | 11001000 | 1100001 | 0 | 1 | 110100 | 10101 | 111011 | 110010 | 111011 |
Color Harmonies of #CAC861
Complementary color
Monochromatic Colors of #CAC861
Black with #CAC861
Text Example
Text Example
White with #CAC861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC861; }
p { color: rgb(202,200,97); }
H1.HeaderClassName
{
color: #CAC861;
}
.AnyTagClassName
{
color: #CAC861;
}
</style>
background-color css
<style>
a { background-color: #CAC861; }
a { background-color: rgb(202,200,97); }
div.DivClassName
{
background-color: #CAC861;
}
.BgClassName
{
background-color: #CAC861;
}
</style>
border-color css
<style>
span { border-color: #CAC861; }
span { border-color: rgb(202,200,97); }
td.TdClassName
{
border-color: #CAC861;
}
.TagClassName
{
border-color: #CAC861;
}
</style>