Shades of Wild Willow #CECA66
Tints of Wild Willow #CECA66
RGB
CMYK
RGB Variations
Color information
#CECA66 (or 0xCECA66) is known color: Wild Willow. HEX triplet: CE, CA and 66. RGB value is (206,202,102). Sum of RGB (Red+Green+Blue) = 206+202+102=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA66 is #313599. Grayscale: #C0C0C0. Windows color (decimal): -3224986 or 6736590. OLE color: 6736590.
HSL color Cylindrical-coordinate representation of color #CECA66: hue angle of 57.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CECA66 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 102 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.19 |
| HSL | 57.69º | 0.51% | 0.6% | - |
| HSV(B) | 57.69º | 0.5% | 0.81% | - |
| XYZ | 48.97 | 56.32 | 20.86 | - |
| YUV | 191.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 102 | 0 | 0.02 | 0.50 | 0.19 | 57.69 | 0.51 | 0.6 |
| Hex | CE | CA | 66 | 0 | 2 | 32 | 13 | 3A | 33 | 3C |
| Octal | 316 | 312 | 146 | 0 | 2 | 62 | 23 | 72 | 63 | 74 |
| Binary | 11001110 | 11001010 | 1100110 | 0 | 10 | 110010 | 10011 | 111010 | 110011 | 111100 |
Color Harmonies of #CECA66
Complementary color
Monochromatic Colors of #CECA66
Black with #CECA66
Text Example
Text Example
White with #CECA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA66; }
p { color: rgb(206,202,102); }
H1.HeaderClassName
{
color: #CECA66;
}
.AnyTagClassName
{
color: #CECA66;
}
</style>
background-color css
<style>
a { background-color: #CECA66; }
a { background-color: rgb(206,202,102); }
div.DivClassName
{
background-color: #CECA66;
}
.BgClassName
{
background-color: #CECA66;
}
</style>
border-color css
<style>
span { border-color: #CECA66; }
span { border-color: rgb(206,202,102); }
td.TdClassName
{
border-color: #CECA66;
}
.TagClassName
{
border-color: #CECA66;
}
</style>