Shades of Wild Willow #CAC756
Tints of Wild Willow #CAC756
RGB
CMYK
RGB Variations
Color information
#CAC756 (or 0xCAC756) is known color: Wild Willow. HEX triplet: CA, C7 and 56. RGB value is (202,199,86). Sum of RGB (Red+Green+Blue) = 202+199+86=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC756 is #3538A9. Grayscale: #BBBBBB. Windows color (decimal): -3487914 or 5687242. OLE color: 5687242.
HSL color Cylindrical-coordinate representation of color #CAC756: hue angle of 58.45º 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 #CAC756 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 86 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.21 |
| HSL | 58.45º | 0.52% | 0.56% | - |
| HSV(B) | 58.45º | 0.57% | 0.79% | - |
| XYZ | 46.46 | 54.08 | 16.79 | - |
| YUV | 187.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 86 | 0 | 0.01 | 0.57 | 0.21 | 58.45 | 0.52 | 0.56 |
| Hex | CA | C7 | 56 | 0 | 1 | 39 | 15 | 3A | 34 | 38 |
| Octal | 312 | 307 | 126 | 0 | 1 | 71 | 25 | 72 | 64 | 70 |
| Binary | 11001010 | 11000111 | 1010110 | 0 | 1 | 111001 | 10101 | 111010 | 110100 | 111000 |
Color Harmonies of #CAC756
Complementary color
Monochromatic Colors of #CAC756
Black with #CAC756
Text Example
Text Example
White with #CAC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC756; }
p { color: rgb(202,199,86); }
H1.HeaderClassName
{
color: #CAC756;
}
.AnyTagClassName
{
color: #CAC756;
}
</style>
background-color css
<style>
a { background-color: #CAC756; }
a { background-color: rgb(202,199,86); }
div.DivClassName
{
background-color: #CAC756;
}
.BgClassName
{
background-color: #CAC756;
}
</style>
border-color css
<style>
span { border-color: #CAC756; }
span { border-color: rgb(202,199,86); }
td.TdClassName
{
border-color: #CAC756;
}
.TagClassName
{
border-color: #CAC756;
}
</style>