Shades of Deco #CECB8D
Tints of Deco #CECB8D
RGB
CMYK
RGB Variations
Color information
#CECB8D (or 0xCECB8D) is known color: Deco. HEX triplet: CE, CB and 8D. RGB value is (206,203,141). Sum of RGB (Red+Green+Blue) = 206+203+141=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB8D is #313472. Grayscale: #C5C5C5. Windows color (decimal): -3224691 or 9292750. OLE color: 9292750.
HSL color Cylindrical-coordinate representation of color #CECB8D: hue angle of 57.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CECB8D is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 141 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.19 |
| HSL | 57.23º | 0.4% | 0.68% | - |
| HSV(B) | 57.23º | 0.32% | 0.81% | - |
| XYZ | 51.62 | 57.76 | 33.63 | - |
| YUV | 196.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 141 | 0 | 0.01 | 0.32 | 0.19 | 57.23 | 0.4 | 0.68 |
| Hex | CE | CB | 8D | 0 | 1 | 20 | 13 | 39 | 28 | 44 |
| Octal | 316 | 313 | 215 | 0 | 1 | 40 | 23 | 71 | 50 | 104 |
| Binary | 11001110 | 11001011 | 10001101 | 0 | 1 | 100000 | 10011 | 111001 | 101000 | 1000100 |
Color Harmonies of #CECB8D
Complementary color
Monochromatic Colors of #CECB8D
Black with #CECB8D
Text Example
Text Example
White with #CECB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB8D; }
p { color: rgb(206,203,141); }
H1.HeaderClassName
{
color: #CECB8D;
}
.AnyTagClassName
{
color: #CECB8D;
}
</style>
background-color css
<style>
a { background-color: #CECB8D; }
a { background-color: rgb(206,203,141); }
div.DivClassName
{
background-color: #CECB8D;
}
.BgClassName
{
background-color: #CECB8D;
}
</style>
border-color css
<style>
span { border-color: #CECB8D; }
span { border-color: rgb(206,203,141); }
td.TdClassName
{
border-color: #CECB8D;
}
.TagClassName
{
border-color: #CECB8D;
}
</style>