Shades of Wild Willow #CAC456
Tints of Wild Willow #CAC456
RGB
CMYK
RGB Variations
Color information
#CAC456 (or 0xCAC456) is known color: Wild Willow. HEX triplet: CA, C4 and 56. RGB value is (202,196,86). Sum of RGB (Red+Green+Blue) = 202+196+86=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC456 is #353BA9. Grayscale: #B9B9B9. Windows color (decimal): -3488682 or 5686474. OLE color: 5686474.
HSL color Cylindrical-coordinate representation of color #CAC456: hue angle of 56.9º 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 #CAC456 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 86 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.21 |
| HSL | 56.9º | 0.52% | 0.56% | - |
| HSV(B) | 56.9º | 0.57% | 0.79% | - |
| XYZ | 45.78 | 52.71 | 16.57 | - |
| YUV | 185.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 86 | 0 | 0.03 | 0.57 | 0.21 | 56.9 | 0.52 | 0.56 |
| Hex | CA | C4 | 56 | 0 | 3 | 39 | 15 | 39 | 34 | 38 |
| Octal | 312 | 304 | 126 | 0 | 3 | 71 | 25 | 71 | 64 | 70 |
| Binary | 11001010 | 11000100 | 1010110 | 0 | 11 | 111001 | 10101 | 111001 | 110100 | 111000 |
Color Harmonies of #CAC456
Complementary color
Monochromatic Colors of #CAC456
Black with #CAC456
Text Example
Text Example
White with #CAC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC456; }
p { color: rgb(202,196,86); }
H1.HeaderClassName
{
color: #CAC456;
}
.AnyTagClassName
{
color: #CAC456;
}
</style>
background-color css
<style>
a { background-color: #CAC456; }
a { background-color: rgb(202,196,86); }
div.DivClassName
{
background-color: #CAC456;
}
.BgClassName
{
background-color: #CAC456;
}
</style>
border-color css
<style>
span { border-color: #CAC456; }
span { border-color: rgb(202,196,86); }
td.TdClassName
{
border-color: #CAC456;
}
.TagClassName
{
border-color: #CAC456;
}
</style>