Shades of Wild Willow #CECA5D
Tints of Wild Willow #CECA5D
RGB
CMYK
RGB Variations
Color information
#CECA5D (or 0xCECA5D) is known color: Wild Willow. HEX triplet: CE, CA and 5D. RGB value is (206,202,93). Sum of RGB (Red+Green+Blue) = 206+202+93=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA5D is #3135A2. Grayscale: #BFBFBF. Windows color (decimal): -3224995 or 6146766. OLE color: 6146766.
HSL color Cylindrical-coordinate representation of color #CECA5D: hue angle of 57.88º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CECA5D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 93 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.19 |
| HSL | 57.88º | 0.54% | 0.59% | - |
| HSV(B) | 57.88º | 0.55% | 0.81% | - |
| XYZ | 48.55 | 56.15 | 18.64 | - |
| YUV | 190.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 93 | 0 | 0.02 | 0.55 | 0.19 | 57.88 | 0.54 | 0.59 |
| Hex | CE | CA | 5D | 0 | 2 | 37 | 13 | 3A | 36 | 3B |
| Octal | 316 | 312 | 135 | 0 | 2 | 67 | 23 | 72 | 66 | 73 |
| Binary | 11001110 | 11001010 | 1011101 | 0 | 10 | 110111 | 10011 | 111010 | 110110 | 111011 |
Color Harmonies of #CECA5D
Complementary color
Monochromatic Colors of #CECA5D
Black with #CECA5D
Text Example
Text Example
White with #CECA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA5D; }
p { color: rgb(206,202,93); }
H1.HeaderClassName
{
color: #CECA5D;
}
.AnyTagClassName
{
color: #CECA5D;
}
</style>
background-color css
<style>
a { background-color: #CECA5D; }
a { background-color: rgb(206,202,93); }
div.DivClassName
{
background-color: #CECA5D;
}
.BgClassName
{
background-color: #CECA5D;
}
</style>
border-color css
<style>
span { border-color: #CECA5D; }
span { border-color: rgb(206,202,93); }
td.TdClassName
{
border-color: #CECA5D;
}
.TagClassName
{
border-color: #CECA5D;
}
</style>