Shades of Wild Willow #CCC864
Tints of Wild Willow #CCC864
RGB
CMYK
RGB Variations
Color information
#CCC864 (or 0xCCC864) is known color: Wild Willow. HEX triplet: CC, C8 and 64. RGB value is (204,200,100). Sum of RGB (Red+Green+Blue) = 204+200+100=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC864 is #33379B. Grayscale: #BEBEBE. Windows color (decimal): -3356572 or 6605004. OLE color: 6605004.
HSL color Cylindrical-coordinate representation of color #CCC864: hue angle of 57.69º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCC864 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 100 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.2 |
| HSL | 57.69º | 0.5% | 0.6% | - |
| HSV(B) | 57.69º | 0.51% | 0.8% | - |
| XYZ | 47.86 | 55.07 | 20.16 | - |
| YUV | 189.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 100 | 0 | 0.02 | 0.51 | 0.2 | 57.69 | 0.5 | 0.6 |
| Hex | CC | C8 | 64 | 0 | 2 | 33 | 14 | 3A | 32 | 3C |
| Octal | 314 | 310 | 144 | 0 | 2 | 63 | 24 | 72 | 62 | 74 |
| Binary | 11001100 | 11001000 | 1100100 | 0 | 10 | 110011 | 10100 | 111010 | 110010 | 111100 |
Color Harmonies of #CCC864
Complementary color
Monochromatic Colors of #CCC864
Black with #CCC864
Text Example
Text Example
White with #CCC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC864; }
p { color: rgb(204,200,100); }
H1.HeaderClassName
{
color: #CCC864;
}
.AnyTagClassName
{
color: #CCC864;
}
</style>
background-color css
<style>
a { background-color: #CCC864; }
a { background-color: rgb(204,200,100); }
div.DivClassName
{
background-color: #CCC864;
}
.BgClassName
{
background-color: #CCC864;
}
</style>
border-color css
<style>
span { border-color: #CCC864; }
span { border-color: rgb(204,200,100); }
td.TdClassName
{
border-color: #CCC864;
}
.TagClassName
{
border-color: #CCC864;
}
</style>