Shades of Wild Willow #CECE65
Tints of Wild Willow #CECE65
RGB
CMYK
RGB Variations
Color information
#CECE65 (or 0xCECE65) is known color: Wild Willow. HEX triplet: CE, CE and 65. RGB value is (206,206,101). Sum of RGB (Red+Green+Blue) = 206+206+101=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE65 is #31319A. Grayscale: #C2C2C2. Windows color (decimal): -3223963 or 6672078. OLE color: 6672078.
HSL color Cylindrical-coordinate representation of color #CECE65: hue angle of 60º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CECE65 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 101 | - |
| CMYK | 0 | 0 | 0.51 | 0.19 |
| HSL | 60º | 0.52% | 0.6% | - |
| HSV(B) | 60º | 0.51% | 0.81% | - |
| XYZ | 49.87 | 58.2 | 20.92 | - |
| YUV | 194.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 101 | 0 | 0 | 0.51 | 0.19 | 60 | 0.52 | 0.6 |
| Hex | CE | CE | 65 | 0 | 0 | 33 | 13 | 3C | 34 | 3C |
| Octal | 316 | 316 | 145 | 0 | 0 | 63 | 23 | 74 | 64 | 74 |
| Binary | 11001110 | 11001110 | 1100101 | 0 | 0 | 110011 | 10011 | 111100 | 110100 | 111100 |
Color Harmonies of #CECE65
Complementary color
Monochromatic Colors of #CECE65
Black with #CECE65
Text Example
Text Example
White with #CECE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE65; }
p { color: rgb(206,206,101); }
H1.HeaderClassName
{
color: #CECE65;
}
.AnyTagClassName
{
color: #CECE65;
}
</style>
background-color css
<style>
a { background-color: #CECE65; }
a { background-color: rgb(206,206,101); }
div.DivClassName
{
background-color: #CECE65;
}
.BgClassName
{
background-color: #CECE65;
}
</style>
border-color css
<style>
span { border-color: #CECE65; }
span { border-color: rgb(206,206,101); }
td.TdClassName
{
border-color: #CECE65;
}
.TagClassName
{
border-color: #CECE65;
}
</style>