Shades of Wild Willow #CAC855
Tints of Wild Willow #CAC855
RGB
CMYK
RGB Variations
Color information
#CAC855 (or 0xCAC855) is known color: Wild Willow. HEX triplet: CA, C8 and 55. RGB value is (202,200,85). Sum of RGB (Red+Green+Blue) = 202+200+85=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC855 is #3537AA. Grayscale: #BBBBBB. Windows color (decimal): -3487659 or 5621962. OLE color: 5621962.
HSL color Cylindrical-coordinate representation of color #CAC855: 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.58%. Process color model (Four color, CMYK) of #CAC855 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 85 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.21 |
| HSL | 58.97º | 0.52% | 0.56% | - |
| HSV(B) | 58.97º | 0.58% | 0.79% | - |
| XYZ | 46.65 | 54.52 | 16.66 | - |
| YUV | 187.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 85 | 0 | 0.01 | 0.58 | 0.21 | 58.97 | 0.52 | 0.56 |
| Hex | CA | C8 | 55 | 0 | 1 | 3A | 15 | 3B | 34 | 38 |
| Octal | 312 | 310 | 125 | 0 | 1 | 72 | 25 | 73 | 64 | 70 |
| Binary | 11001010 | 11001000 | 1010101 | 0 | 1 | 111010 | 10101 | 111011 | 110100 | 111000 |
Color Harmonies of #CAC855
Complementary color
Monochromatic Colors of #CAC855
Black with #CAC855
Text Example
Text Example
White with #CAC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC855; }
p { color: rgb(202,200,85); }
H1.HeaderClassName
{
color: #CAC855;
}
.AnyTagClassName
{
color: #CAC855;
}
</style>
background-color css
<style>
a { background-color: #CAC855; }
a { background-color: rgb(202,200,85); }
div.DivClassName
{
background-color: #CAC855;
}
.BgClassName
{
background-color: #CAC855;
}
</style>
border-color css
<style>
span { border-color: #CAC855; }
span { border-color: rgb(202,200,85); }
td.TdClassName
{
border-color: #CAC855;
}
.TagClassName
{
border-color: #CAC855;
}
</style>