Shades of Wild Willow #CCC860
Tints of Wild Willow #CCC860
RGB
CMYK
RGB Variations
Color information
#CCC860 (or 0xCCC860) is known color: Wild Willow. HEX triplet: CC, C8 and 60. RGB value is (204,200,96). Sum of RGB (Red+Green+Blue) = 204+200+96=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC860 is #33379F. Grayscale: #BDBDBD. Windows color (decimal): -3356576 or 6342860. OLE color: 6342860.
HSL color Cylindrical-coordinate representation of color #CCC860: hue angle of 57.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCC860 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 96 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.2 |
| HSL | 57.78º | 0.51% | 0.59% | - |
| HSV(B) | 57.78º | 0.53% | 0.8% | - |
| XYZ | 47.67 | 54.99 | 19.17 | - |
| YUV | 189.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 96 | 0 | 0.02 | 0.53 | 0.2 | 57.78 | 0.51 | 0.59 |
| Hex | CC | C8 | 60 | 0 | 2 | 35 | 14 | 3A | 33 | 3B |
| Octal | 314 | 310 | 140 | 0 | 2 | 65 | 24 | 72 | 63 | 73 |
| Binary | 11001100 | 11001000 | 1100000 | 0 | 10 | 110101 | 10100 | 111010 | 110011 | 111011 |
Color Harmonies of #CCC860
Complementary color
Monochromatic Colors of #CCC860
Black with #CCC860
Text Example
Text Example
White with #CCC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC860; }
p { color: rgb(204,200,96); }
H1.HeaderClassName
{
color: #CCC860;
}
.AnyTagClassName
{
color: #CCC860;
}
</style>
background-color css
<style>
a { background-color: #CCC860; }
a { background-color: rgb(204,200,96); }
div.DivClassName
{
background-color: #CCC860;
}
.BgClassName
{
background-color: #CCC860;
}
</style>
border-color css
<style>
span { border-color: #CCC860; }
span { border-color: rgb(204,200,96); }
td.TdClassName
{
border-color: #CCC860;
}
.TagClassName
{
border-color: #CCC860;
}
</style>