Shades of Wild Willow #CEC960
Tints of Wild Willow #CEC960
RGB
CMYK
RGB Variations
Color information
#CEC960 (or 0xCEC960) is known color: Wild Willow. HEX triplet: CE, C9 and 60. RGB value is (206,201,96). Sum of RGB (Red+Green+Blue) = 206+201+96=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC960 is #31369F. Grayscale: #BEBEBE. Windows color (decimal): -3225248 or 6343118. OLE color: 6343118.
HSL color Cylindrical-coordinate representation of color #CEC960: hue angle of 57.27º 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 #CEC960 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 96 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.19 |
| HSL | 57.27º | 0.53% | 0.59% | - |
| HSV(B) | 57.27º | 0.53% | 0.81% | - |
| XYZ | 48.45 | 55.74 | 19.27 | - |
| YUV | 190.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 96 | 0 | 0.02 | 0.53 | 0.19 | 57.27 | 0.53 | 0.59 |
| Hex | CE | C9 | 60 | 0 | 2 | 35 | 13 | 39 | 35 | 3B |
| Octal | 316 | 311 | 140 | 0 | 2 | 65 | 23 | 71 | 65 | 73 |
| Binary | 11001110 | 11001001 | 1100000 | 0 | 10 | 110101 | 10011 | 111001 | 110101 | 111011 |
Color Harmonies of #CEC960
Complementary color
Monochromatic Colors of #CEC960
Black with #CEC960
Text Example
Text Example
White with #CEC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC960; }
p { color: rgb(206,201,96); }
H1.HeaderClassName
{
color: #CEC960;
}
.AnyTagClassName
{
color: #CEC960;
}
</style>
background-color css
<style>
a { background-color: #CEC960; }
a { background-color: rgb(206,201,96); }
div.DivClassName
{
background-color: #CEC960;
}
.BgClassName
{
background-color: #CEC960;
}
</style>
border-color css
<style>
span { border-color: #CEC960; }
span { border-color: rgb(206,201,96); }
td.TdClassName
{
border-color: #CEC960;
}
.TagClassName
{
border-color: #CEC960;
}
</style>