Shades of Wild Willow #CAC955
Tints of Wild Willow #CAC955
RGB
CMYK
RGB Variations
Color information
#CAC955 (or 0xCAC955) is known color: Wild Willow. HEX triplet: CA, C9 and 55. RGB value is (202,201,85). Sum of RGB (Red+Green+Blue) = 202+201+85=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC955 is #3536AA. Grayscale: #BCBCBC. Windows color (decimal): -3487403 or 5622218. OLE color: 5622218.
HSL color Cylindrical-coordinate representation of color #CAC955: hue angle of 59.49º 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 #CAC955 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 85 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.21 |
| HSL | 59.49º | 0.52% | 0.56% | - |
| HSV(B) | 59.49º | 0.58% | 0.79% | - |
| XYZ | 46.88 | 54.99 | 16.74 | - |
| YUV | 188.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 85 | 0 | 0.00 | 0.58 | 0.21 | 59.49 | 0.52 | 0.56 |
| Hex | CA | C9 | 55 | 0 | 0 | 3A | 15 | 3B | 34 | 38 |
| Octal | 312 | 311 | 125 | 0 | 0 | 72 | 25 | 73 | 64 | 70 |
| Binary | 11001010 | 11001001 | 1010101 | 0 | 0 | 111010 | 10101 | 111011 | 110100 | 111000 |
Color Harmonies of #CAC955
Complementary color
Monochromatic Colors of #CAC955
Black with #CAC955
Text Example
Text Example
White with #CAC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC955; }
p { color: rgb(202,201,85); }
H1.HeaderClassName
{
color: #CAC955;
}
.AnyTagClassName
{
color: #CAC955;
}
</style>
background-color css
<style>
a { background-color: #CAC955; }
a { background-color: rgb(202,201,85); }
div.DivClassName
{
background-color: #CAC955;
}
.BgClassName
{
background-color: #CAC955;
}
</style>
border-color css
<style>
span { border-color: #CAC955; }
span { border-color: rgb(202,201,85); }
td.TdClassName
{
border-color: #CAC955;
}
.TagClassName
{
border-color: #CAC955;
}
</style>