Shades of Wild Willow #CECB5C
Tints of Wild Willow #CECB5C
RGB
CMYK
RGB Variations
Color information
#CECB5C (or 0xCECB5C) is known color: Wild Willow. HEX triplet: CE, CB and 5C. RGB value is (206,203,92). Sum of RGB (Red+Green+Blue) = 206+203+92=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB5C is #3134A3. Grayscale: #BFBFBF. Windows color (decimal): -3224740 or 6081486. OLE color: 6081486.
HSL color Cylindrical-coordinate representation of color #CECB5C: hue angle of 58.42º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CECB5C is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 92 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.19 |
| HSL | 58.42º | 0.54% | 0.58% | - |
| HSV(B) | 58.42º | 0.55% | 0.81% | - |
| XYZ | 48.74 | 56.61 | 18.48 | - |
| YUV | 191.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 92 | 0 | 0.01 | 0.55 | 0.19 | 58.42 | 0.54 | 0.58 |
| Hex | CE | CB | 5C | 0 | 1 | 37 | 13 | 3A | 36 | 3A |
| Octal | 316 | 313 | 134 | 0 | 1 | 67 | 23 | 72 | 66 | 72 |
| Binary | 11001110 | 11001011 | 1011100 | 0 | 1 | 110111 | 10011 | 111010 | 110110 | 111010 |
Color Harmonies of #CECB5C
Complementary color
Monochromatic Colors of #CECB5C
Black with #CECB5C
Text Example
Text Example
White with #CECB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB5C; }
p { color: rgb(206,203,92); }
H1.HeaderClassName
{
color: #CECB5C;
}
.AnyTagClassName
{
color: #CECB5C;
}
</style>
background-color css
<style>
a { background-color: #CECB5C; }
a { background-color: rgb(206,203,92); }
div.DivClassName
{
background-color: #CECB5C;
}
.BgClassName
{
background-color: #CECB5C;
}
</style>
border-color css
<style>
span { border-color: #CECB5C; }
span { border-color: rgb(206,203,92); }
td.TdClassName
{
border-color: #CECB5C;
}
.TagClassName
{
border-color: #CECB5C;
}
</style>