Shades of Deco #CECB8B
Tints of Deco #CECB8B
RGB
CMYK
RGB Variations
Color information
#CECB8B (or 0xCECB8B) is known color: Deco. HEX triplet: CE, CB and 8B. RGB value is (206,203,139). Sum of RGB (Red+Green+Blue) = 206+203+139=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB8B is #313474. Grayscale: #C4C4C4. Windows color (decimal): -3224693 or 9161678. OLE color: 9161678.
HSL color Cylindrical-coordinate representation of color #CECB8B: hue angle of 57.31º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CECB8B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 139 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.19 |
| HSL | 57.31º | 0.41% | 0.68% | - |
| HSV(B) | 57.31º | 0.33% | 0.81% | - |
| XYZ | 51.47 | 57.7 | 32.85 | - |
| YUV | 196.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 139 | 0 | 0.01 | 0.33 | 0.19 | 57.31 | 0.41 | 0.68 |
| Hex | CE | CB | 8B | 0 | 1 | 21 | 13 | 39 | 29 | 44 |
| Octal | 316 | 313 | 213 | 0 | 1 | 41 | 23 | 71 | 51 | 104 |
| Binary | 11001110 | 11001011 | 10001011 | 0 | 1 | 100001 | 10011 | 111001 | 101001 | 1000100 |
Color Harmonies of #CECB8B
Complementary color
Monochromatic Colors of #CECB8B
Black with #CECB8B
Text Example
Text Example
White with #CECB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB8B; }
p { color: rgb(206,203,139); }
H1.HeaderClassName
{
color: #CECB8B;
}
.AnyTagClassName
{
color: #CECB8B;
}
</style>
background-color css
<style>
a { background-color: #CECB8B; }
a { background-color: rgb(206,203,139); }
div.DivClassName
{
background-color: #CECB8B;
}
.BgClassName
{
background-color: #CECB8B;
}
</style>
border-color css
<style>
span { border-color: #CECB8B; }
span { border-color: rgb(206,203,139); }
td.TdClassName
{
border-color: #CECB8B;
}
.TagClassName
{
border-color: #CECB8B;
}
</style>