Shades of Wild Willow #CECB5F
Tints of Wild Willow #CECB5F
RGB
CMYK
RGB Variations
Color information
#CECB5F (or 0xCECB5F) is known color: Wild Willow. HEX triplet: CE, CB and 5F. RGB value is (206,203,95). Sum of RGB (Red+Green+Blue) = 206+203+95=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB5F is #3134A0. Grayscale: #C0C0C0. Windows color (decimal): -3224737 or 6278094. OLE color: 6278094.
HSL color Cylindrical-coordinate representation of color #CECB5F: hue angle of 58.38º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CECB5F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 95 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.19 |
| HSL | 58.38º | 0.53% | 0.59% | - |
| HSV(B) | 58.38º | 0.54% | 0.81% | - |
| XYZ | 48.88 | 56.66 | 19.19 | - |
| YUV | 191.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 95 | 0 | 0.01 | 0.54 | 0.19 | 58.38 | 0.53 | 0.59 |
| Hex | CE | CB | 5F | 0 | 1 | 36 | 13 | 3A | 35 | 3B |
| Octal | 316 | 313 | 137 | 0 | 1 | 66 | 23 | 72 | 65 | 73 |
| Binary | 11001110 | 11001011 | 1011111 | 0 | 1 | 110110 | 10011 | 111010 | 110101 | 111011 |
Color Harmonies of #CECB5F
Complementary color
Monochromatic Colors of #CECB5F
Black with #CECB5F
Text Example
Text Example
White with #CECB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB5F; }
p { color: rgb(206,203,95); }
H1.HeaderClassName
{
color: #CECB5F;
}
.AnyTagClassName
{
color: #CECB5F;
}
</style>
background-color css
<style>
a { background-color: #CECB5F; }
a { background-color: rgb(206,203,95); }
div.DivClassName
{
background-color: #CECB5F;
}
.BgClassName
{
background-color: #CECB5F;
}
</style>
border-color css
<style>
span { border-color: #CECB5F; }
span { border-color: rgb(206,203,95); }
td.TdClassName
{
border-color: #CECB5F;
}
.TagClassName
{
border-color: #CECB5F;
}
</style>