Shades of Deco #CECB87
Tints of Deco #CECB87
RGB
CMYK
RGB Variations
Color information
#CECB87 (or 0xCECB87) is known color: Deco. HEX triplet: CE, CB and 87. RGB value is (206,203,135). Sum of RGB (Red+Green+Blue) = 206+203+135=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB87 is #313478. Grayscale: #C4C4C4. Windows color (decimal): -3224697 or 8899534. OLE color: 8899534.
HSL color Cylindrical-coordinate representation of color #CECB87: hue angle of 57.46º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CECB87 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 135 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.19 |
| HSL | 57.46º | 0.42% | 0.67% | - |
| HSV(B) | 57.46º | 0.34% | 0.81% | - |
| XYZ | 51.18 | 57.58 | 31.34 | - |
| YUV | 196.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 135 | 0 | 0.01 | 0.34 | 0.19 | 57.46 | 0.42 | 0.67 |
| Hex | CE | CB | 87 | 0 | 1 | 22 | 13 | 39 | 2A | 43 |
| Octal | 316 | 313 | 207 | 0 | 1 | 42 | 23 | 71 | 52 | 103 |
| Binary | 11001110 | 11001011 | 10000111 | 0 | 1 | 100010 | 10011 | 111001 | 101010 | 1000011 |
Color Harmonies of #CECB87
Complementary color
Monochromatic Colors of #CECB87
Black with #CECB87
Text Example
Text Example
White with #CECB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB87; }
p { color: rgb(206,203,135); }
H1.HeaderClassName
{
color: #CECB87;
}
.AnyTagClassName
{
color: #CECB87;
}
</style>
background-color css
<style>
a { background-color: #CECB87; }
a { background-color: rgb(206,203,135); }
div.DivClassName
{
background-color: #CECB87;
}
.BgClassName
{
background-color: #CECB87;
}
</style>
border-color css
<style>
span { border-color: #CECB87; }
span { border-color: rgb(206,203,135); }
td.TdClassName
{
border-color: #CECB87;
}
.TagClassName
{
border-color: #CECB87;
}
</style>