Shades of Deco #CECC8B
Tints of Deco #CECC8B
RGB
CMYK
RGB Variations
Color information
#CECC8B (or 0xCECC8B) is known color: Deco. HEX triplet: CE, CC and 8B. RGB value is (206,204,139). Sum of RGB (Red+Green+Blue) = 206+204+139=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC8B is #313374. Grayscale: #C5C5C5. Windows color (decimal): -3224437 or 9161934. OLE color: 9161934.
HSL color Cylindrical-coordinate representation of color #CECC8B: hue angle of 58.21º 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 #CECC8B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 139 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.19 |
| HSL | 58.21º | 0.41% | 0.68% | - |
| HSV(B) | 58.21º | 0.33% | 0.81% | - |
| XYZ | 51.71 | 58.17 | 32.93 | - |
| YUV | 197.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 139 | 0 | 0.01 | 0.33 | 0.19 | 58.21 | 0.41 | 0.68 |
| Hex | CE | CC | 8B | 0 | 1 | 21 | 13 | 3A | 29 | 44 |
| Octal | 316 | 314 | 213 | 0 | 1 | 41 | 23 | 72 | 51 | 104 |
| Binary | 11001110 | 11001100 | 10001011 | 0 | 1 | 100001 | 10011 | 111010 | 101001 | 1000100 |
Color Harmonies of #CECC8B
Complementary color
Monochromatic Colors of #CECC8B
Black with #CECC8B
Text Example
Text Example
White with #CECC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC8B; }
p { color: rgb(206,204,139); }
H1.HeaderClassName
{
color: #CECC8B;
}
.AnyTagClassName
{
color: #CECC8B;
}
</style>
background-color css
<style>
a { background-color: #CECC8B; }
a { background-color: rgb(206,204,139); }
div.DivClassName
{
background-color: #CECC8B;
}
.BgClassName
{
background-color: #CECC8B;
}
</style>
border-color css
<style>
span { border-color: #CECC8B; }
span { border-color: rgb(206,204,139); }
td.TdClassName
{
border-color: #CECC8B;
}
.TagClassName
{
border-color: #CECC8B;
}
</style>