Shades of Wild Willow #CCC855
Tints of Wild Willow #CCC855
RGB
CMYK
RGB Variations
Color information
#CCC855 (or 0xCCC855) is known color: Wild Willow. HEX triplet: CC, C8 and 55. RGB value is (204,200,85). Sum of RGB (Red+Green+Blue) = 204+200+85=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC855 is #3337AA. Grayscale: #BCBCBC. Windows color (decimal): -3356587 or 5621964. OLE color: 5621964.
HSL color Cylindrical-coordinate representation of color #CCC855: hue angle of 57.98º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCC855 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 85 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.2 |
| HSL | 57.98º | 0.54% | 0.57% | - |
| HSV(B) | 57.98º | 0.58% | 0.8% | - |
| XYZ | 47.2 | 54.8 | 16.68 | - |
| YUV | 188.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 85 | 0 | 0.02 | 0.58 | 0.2 | 57.98 | 0.54 | 0.57 |
| Hex | CC | C8 | 55 | 0 | 2 | 3A | 14 | 3A | 36 | 39 |
| Octal | 314 | 310 | 125 | 0 | 2 | 72 | 24 | 72 | 66 | 71 |
| Binary | 11001100 | 11001000 | 1010101 | 0 | 10 | 111010 | 10100 | 111010 | 110110 | 111001 |
Color Harmonies of #CCC855
Complementary color
Monochromatic Colors of #CCC855
Black with #CCC855
Text Example
Text Example
White with #CCC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC855; }
p { color: rgb(204,200,85); }
H1.HeaderClassName
{
color: #CCC855;
}
.AnyTagClassName
{
color: #CCC855;
}
</style>
background-color css
<style>
a { background-color: #CCC855; }
a { background-color: rgb(204,200,85); }
div.DivClassName
{
background-color: #CCC855;
}
.BgClassName
{
background-color: #CCC855;
}
</style>
border-color css
<style>
span { border-color: #CCC855; }
span { border-color: rgb(204,200,85); }
td.TdClassName
{
border-color: #CCC855;
}
.TagClassName
{
border-color: #CCC855;
}
</style>