Shades of Wild Willow #CECA68
Tints of Wild Willow #CECA68
RGB
CMYK
RGB Variations
Color information
#CECA68 (or 0xCECA68) is known color: Wild Willow. HEX triplet: CE, CA and 68. RGB value is (206,202,104). Sum of RGB (Red+Green+Blue) = 206+202+104=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA68 is #313597. Grayscale: #C0C0C0. Windows color (decimal): -3224984 or 6867662. OLE color: 6867662.
HSL color Cylindrical-coordinate representation of color #CECA68: hue angle of 57.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CECA68 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 104 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.19 |
| HSL | 57.65º | 0.51% | 0.61% | - |
| HSV(B) | 57.65º | 0.5% | 0.81% | - |
| XYZ | 49.07 | 56.36 | 21.39 | - |
| YUV | 192.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 104 | 0 | 0.02 | 0.50 | 0.19 | 57.65 | 0.51 | 0.61 |
| Hex | CE | CA | 68 | 0 | 2 | 32 | 13 | 3A | 33 | 3D |
| Octal | 316 | 312 | 150 | 0 | 2 | 62 | 23 | 72 | 63 | 75 |
| Binary | 11001110 | 11001010 | 1101000 | 0 | 10 | 110010 | 10011 | 111010 | 110011 | 111101 |
Color Harmonies of #CECA68
Complementary color
Monochromatic Colors of #CECA68
Black with #CECA68
Text Example
Text Example
White with #CECA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA68; }
p { color: rgb(206,202,104); }
H1.HeaderClassName
{
color: #CECA68;
}
.AnyTagClassName
{
color: #CECA68;
}
</style>
background-color css
<style>
a { background-color: #CECA68; }
a { background-color: rgb(206,202,104); }
div.DivClassName
{
background-color: #CECA68;
}
.BgClassName
{
background-color: #CECA68;
}
</style>
border-color css
<style>
span { border-color: #CECA68; }
span { border-color: rgb(206,202,104); }
td.TdClassName
{
border-color: #CECA68;
}
.TagClassName
{
border-color: #CECA68;
}
</style>