Shades of Wild Willow #CAC856
Tints of Wild Willow #CAC856
RGB
CMYK
RGB Variations
Color information
#CAC856 (or 0xCAC856) is known color: Wild Willow. HEX triplet: CA, C8 and 56. RGB value is (202,200,86). Sum of RGB (Red+Green+Blue) = 202+200+86=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC856 is #3537A9. Grayscale: #BCBCBC. Windows color (decimal): -3487658 or 5687498. OLE color: 5687498.
HSL color Cylindrical-coordinate representation of color #CAC856: hue angle of 58.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAC856 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 86 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.21 |
| HSL | 58.97º | 0.52% | 0.56% | - |
| HSV(B) | 58.97º | 0.57% | 0.79% | - |
| XYZ | 46.69 | 54.54 | 16.87 | - |
| YUV | 187.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 86 | 0 | 0.01 | 0.57 | 0.21 | 58.97 | 0.52 | 0.56 |
| Hex | CA | C8 | 56 | 0 | 1 | 39 | 15 | 3B | 34 | 38 |
| Octal | 312 | 310 | 126 | 0 | 1 | 71 | 25 | 73 | 64 | 70 |
| Binary | 11001010 | 11001000 | 1010110 | 0 | 1 | 111001 | 10101 | 111011 | 110100 | 111000 |
Color Harmonies of #CAC856
Complementary color
Monochromatic Colors of #CAC856
Black with #CAC856
Text Example
Text Example
White with #CAC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC856; }
p { color: rgb(202,200,86); }
H1.HeaderClassName
{
color: #CAC856;
}
.AnyTagClassName
{
color: #CAC856;
}
</style>
background-color css
<style>
a { background-color: #CAC856; }
a { background-color: rgb(202,200,86); }
div.DivClassName
{
background-color: #CAC856;
}
.BgClassName
{
background-color: #CAC856;
}
</style>
border-color css
<style>
span { border-color: #CAC856; }
span { border-color: rgb(202,200,86); }
td.TdClassName
{
border-color: #CAC856;
}
.TagClassName
{
border-color: #CAC856;
}
</style>