Shades of Wild Willow #CECC60
Tints of Wild Willow #CECC60
RGB
CMYK
RGB Variations
Color information
#CECC60 (or 0xCECC60) is known color: Wild Willow. HEX triplet: CE, CC and 60. RGB value is (206,204,96). Sum of RGB (Red+Green+Blue) = 206+204+96=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC60 is #31339F. Grayscale: #C0C0C0. Windows color (decimal): -3224480 or 6343886. OLE color: 6343886.
HSL color Cylindrical-coordinate representation of color #CECC60: hue angle of 58.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CECC60 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 96 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.19 |
| HSL | 58.91º | 0.53% | 0.59% | - |
| HSV(B) | 58.91º | 0.53% | 0.81% | - |
| XYZ | 49.16 | 57.15 | 19.51 | - |
| YUV | 192.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 96 | 0 | 0.01 | 0.53 | 0.19 | 58.91 | 0.53 | 0.59 |
| Hex | CE | CC | 60 | 0 | 1 | 35 | 13 | 3B | 35 | 3B |
| Octal | 316 | 314 | 140 | 0 | 1 | 65 | 23 | 73 | 65 | 73 |
| Binary | 11001110 | 11001100 | 1100000 | 0 | 1 | 110101 | 10011 | 111011 | 110101 | 111011 |
Color Harmonies of #CECC60
Complementary color
Monochromatic Colors of #CECC60
Black with #CECC60
Text Example
Text Example
White with #CECC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC60; }
p { color: rgb(206,204,96); }
H1.HeaderClassName
{
color: #CECC60;
}
.AnyTagClassName
{
color: #CECC60;
}
</style>
background-color css
<style>
a { background-color: #CECC60; }
a { background-color: rgb(206,204,96); }
div.DivClassName
{
background-color: #CECC60;
}
.BgClassName
{
background-color: #CECC60;
}
</style>
border-color css
<style>
span { border-color: #CECC60; }
span { border-color: rgb(206,204,96); }
td.TdClassName
{
border-color: #CECC60;
}
.TagClassName
{
border-color: #CECC60;
}
</style>