Shades of Deco #CECB88
Tints of Deco #CECB88
RGB
CMYK
RGB Variations
Color information
#CECB88 (or 0xCECB88) is known color: Deco. HEX triplet: CE, CB and 88. RGB value is (206,203,136). Sum of RGB (Red+Green+Blue) = 206+203+136=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB88 is #313477. Grayscale: #C4C4C4. Windows color (decimal): -3224696 or 8965070. OLE color: 8965070.
HSL color Cylindrical-coordinate representation of color #CECB88: hue angle of 57.43º 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 #CECB88 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 136 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.19 |
| HSL | 57.43º | 0.42% | 0.67% | - |
| HSV(B) | 57.43º | 0.34% | 0.81% | - |
| XYZ | 51.25 | 57.61 | 31.71 | - |
| YUV | 196.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 136 | 0 | 0.01 | 0.34 | 0.19 | 57.43 | 0.42 | 0.67 |
| Hex | CE | CB | 88 | 0 | 1 | 22 | 13 | 39 | 2A | 43 |
| Octal | 316 | 313 | 210 | 0 | 1 | 42 | 23 | 71 | 52 | 103 |
| Binary | 11001110 | 11001011 | 10001000 | 0 | 1 | 100010 | 10011 | 111001 | 101010 | 1000011 |
Color Harmonies of #CECB88
Complementary color
Monochromatic Colors of #CECB88
Black with #CECB88
Text Example
Text Example
White with #CECB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB88; }
p { color: rgb(206,203,136); }
H1.HeaderClassName
{
color: #CECB88;
}
.AnyTagClassName
{
color: #CECB88;
}
</style>
background-color css
<style>
a { background-color: #CECB88; }
a { background-color: rgb(206,203,136); }
div.DivClassName
{
background-color: #CECB88;
}
.BgClassName
{
background-color: #CECB88;
}
</style>
border-color css
<style>
span { border-color: #CECB88; }
span { border-color: rgb(206,203,136); }
td.TdClassName
{
border-color: #CECB88;
}
.TagClassName
{
border-color: #CECB88;
}
</style>