Shades of Wild Willow #CCC955
Tints of Wild Willow #CCC955
RGB
CMYK
RGB Variations
Color information
#CCC955 (or 0xCCC955) is known color: Wild Willow. HEX triplet: CC, C9 and 55. RGB value is (204,201,85). Sum of RGB (Red+Green+Blue) = 204+201+85=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC955 is #3336AA. Grayscale: #BDBDBD. Windows color (decimal): -3356331 or 5622220. OLE color: 5622220.
HSL color Cylindrical-coordinate representation of color #CCC955: hue angle of 58.49º 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 #CCC955 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 85 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.2 |
| HSL | 58.49º | 0.54% | 0.57% | - |
| HSV(B) | 58.49º | 0.58% | 0.8% | - |
| XYZ | 47.43 | 55.27 | 16.76 | - |
| YUV | 188.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 85 | 0 | 0.01 | 0.58 | 0.2 | 58.49 | 0.54 | 0.57 |
| Hex | CC | C9 | 55 | 0 | 1 | 3A | 14 | 3A | 36 | 39 |
| Octal | 314 | 311 | 125 | 0 | 1 | 72 | 24 | 72 | 66 | 71 |
| Binary | 11001100 | 11001001 | 1010101 | 0 | 1 | 111010 | 10100 | 111010 | 110110 | 111001 |
Color Harmonies of #CCC955
Complementary color
Monochromatic Colors of #CCC955
Black with #CCC955
Text Example
Text Example
White with #CCC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC955; }
p { color: rgb(204,201,85); }
H1.HeaderClassName
{
color: #CCC955;
}
.AnyTagClassName
{
color: #CCC955;
}
</style>
background-color css
<style>
a { background-color: #CCC955; }
a { background-color: rgb(204,201,85); }
div.DivClassName
{
background-color: #CCC955;
}
.BgClassName
{
background-color: #CCC955;
}
</style>
border-color css
<style>
span { border-color: #CCC955; }
span { border-color: rgb(204,201,85); }
td.TdClassName
{
border-color: #CCC955;
}
.TagClassName
{
border-color: #CCC955;
}
</style>