Shades of Wild Willow #CCC868
Tints of Wild Willow #CCC868
RGB
CMYK
RGB Variations
Color information
#CCC868 (or 0xCCC868) is known color: Wild Willow. HEX triplet: CC, C8 and 68. RGB value is (204,200,104). Sum of RGB (Red+Green+Blue) = 204+200+104=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC868 is #333797. Grayscale: #BEBEBE. Windows color (decimal): -3356568 or 6867148. OLE color: 6867148.
HSL color Cylindrical-coordinate representation of color #CCC868: hue angle of 57.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCC868 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 104 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.2 |
| HSL | 57.6º | 0.5% | 0.6% | - |
| HSV(B) | 57.6º | 0.49% | 0.8% | - |
| XYZ | 48.05 | 55.15 | 21.21 | - |
| YUV | 190.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 104 | 0 | 0.02 | 0.49 | 0.2 | 57.6 | 0.5 | 0.6 |
| Hex | CC | C8 | 68 | 0 | 2 | 31 | 14 | 3A | 32 | 3C |
| Octal | 314 | 310 | 150 | 0 | 2 | 61 | 24 | 72 | 62 | 74 |
| Binary | 11001100 | 11001000 | 1101000 | 0 | 10 | 110001 | 10100 | 111010 | 110010 | 111100 |
Color Harmonies of #CCC868
Complementary color
Monochromatic Colors of #CCC868
Black with #CCC868
Text Example
Text Example
White with #CCC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC868; }
p { color: rgb(204,200,104); }
H1.HeaderClassName
{
color: #CCC868;
}
.AnyTagClassName
{
color: #CCC868;
}
</style>
background-color css
<style>
a { background-color: #CCC868; }
a { background-color: rgb(204,200,104); }
div.DivClassName
{
background-color: #CCC868;
}
.BgClassName
{
background-color: #CCC868;
}
</style>
border-color css
<style>
span { border-color: #CCC868; }
span { border-color: rgb(204,200,104); }
td.TdClassName
{
border-color: #CCC868;
}
.TagClassName
{
border-color: #CCC868;
}
</style>