Shades of Wild Willow #CECB5D
Tints of Wild Willow #CECB5D
RGB
CMYK
RGB Variations
Color information
#CECB5D (or 0xCECB5D) is known color: Wild Willow. HEX triplet: CE, CB and 5D. RGB value is (206,203,93). Sum of RGB (Red+Green+Blue) = 206+203+93=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB5D is #3134A2. Grayscale: #BFBFBF. Windows color (decimal): -3224739 or 6147022. OLE color: 6147022.
HSL color Cylindrical-coordinate representation of color #CECB5D: hue angle of 58.41º 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 #CECB5D is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 93 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.19 |
| HSL | 58.41º | 0.54% | 0.59% | - |
| HSV(B) | 58.41º | 0.55% | 0.81% | - |
| XYZ | 48.79 | 56.62 | 18.71 | - |
| YUV | 191.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 93 | 0 | 0.01 | 0.55 | 0.19 | 58.41 | 0.54 | 0.59 |
| Hex | CE | CB | 5D | 0 | 1 | 37 | 13 | 3A | 36 | 3B |
| Octal | 316 | 313 | 135 | 0 | 1 | 67 | 23 | 72 | 66 | 73 |
| Binary | 11001110 | 11001011 | 1011101 | 0 | 1 | 110111 | 10011 | 111010 | 110110 | 111011 |
Color Harmonies of #CECB5D
Complementary color
Monochromatic Colors of #CECB5D
Black with #CECB5D
Text Example
Text Example
White with #CECB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB5D; }
p { color: rgb(206,203,93); }
H1.HeaderClassName
{
color: #CECB5D;
}
.AnyTagClassName
{
color: #CECB5D;
}
</style>
background-color css
<style>
a { background-color: #CECB5D; }
a { background-color: rgb(206,203,93); }
div.DivClassName
{
background-color: #CECB5D;
}
.BgClassName
{
background-color: #CECB5D;
}
</style>
border-color css
<style>
span { border-color: #CECB5D; }
span { border-color: rgb(206,203,93); }
td.TdClassName
{
border-color: #CECB5D;
}
.TagClassName
{
border-color: #CECB5D;
}
</style>