Shades of Wild Willow #CCC865
Tints of Wild Willow #CCC865
RGB
CMYK
RGB Variations
Color information
#CCC865 (or 0xCCC865) is known color: Wild Willow. HEX triplet: CC, C8 and 65. RGB value is (204,200,101). Sum of RGB (Red+Green+Blue) = 204+200+101=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC865 is #33379A. Grayscale: #BEBEBE. Windows color (decimal): -3356571 or 6670540. OLE color: 6670540.
HSL color Cylindrical-coordinate representation of color #CCC865: hue angle of 57.67º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCC865 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 101 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.2 |
| HSL | 57.67º | 0.5% | 0.6% | - |
| HSV(B) | 57.67º | 0.5% | 0.8% | - |
| XYZ | 47.91 | 55.09 | 20.42 | - |
| YUV | 189.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 101 | 0 | 0.02 | 0.50 | 0.2 | 57.67 | 0.5 | 0.6 |
| Hex | CC | C8 | 65 | 0 | 2 | 32 | 14 | 3A | 32 | 3C |
| Octal | 314 | 310 | 145 | 0 | 2 | 62 | 24 | 72 | 62 | 74 |
| Binary | 11001100 | 11001000 | 1100101 | 0 | 10 | 110010 | 10100 | 111010 | 110010 | 111100 |
Color Harmonies of #CCC865
Complementary color
Monochromatic Colors of #CCC865
Black with #CCC865
Text Example
Text Example
White with #CCC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC865; }
p { color: rgb(204,200,101); }
H1.HeaderClassName
{
color: #CCC865;
}
.AnyTagClassName
{
color: #CCC865;
}
</style>
background-color css
<style>
a { background-color: #CCC865; }
a { background-color: rgb(204,200,101); }
div.DivClassName
{
background-color: #CCC865;
}
.BgClassName
{
background-color: #CCC865;
}
</style>
border-color css
<style>
span { border-color: #CCC865; }
span { border-color: rgb(204,200,101); }
td.TdClassName
{
border-color: #CCC865;
}
.TagClassName
{
border-color: #CCC865;
}
</style>