Shades of Deco #CECC8A
Tints of Deco #CECC8A
RGB
CMYK
RGB Variations
Color information
#CECC8A (or 0xCECC8A) is known color: Deco. HEX triplet: CE, CC and 8A. RGB value is (206,204,138). Sum of RGB (Red+Green+Blue) = 206+204+138=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC8A is #313375. Grayscale: #C5C5C5. Windows color (decimal): -3224438 or 9096398. OLE color: 9096398.
HSL color Cylindrical-coordinate representation of color #CECC8A: hue angle of 58.24º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CECC8A is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 138 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.19 |
| HSL | 58.24º | 0.41% | 0.67% | - |
| HSV(B) | 58.24º | 0.33% | 0.81% | - |
| XYZ | 51.63 | 58.14 | 32.55 | - |
| YUV | 197.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 138 | 0 | 0.01 | 0.33 | 0.19 | 58.24 | 0.41 | 0.67 |
| Hex | CE | CC | 8A | 0 | 1 | 21 | 13 | 3A | 29 | 43 |
| Octal | 316 | 314 | 212 | 0 | 1 | 41 | 23 | 72 | 51 | 103 |
| Binary | 11001110 | 11001100 | 10001010 | 0 | 1 | 100001 | 10011 | 111010 | 101001 | 1000011 |
Color Harmonies of #CECC8A
Complementary color
Monochromatic Colors of #CECC8A
Black with #CECC8A
Text Example
Text Example
White with #CECC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC8A; }
p { color: rgb(206,204,138); }
H1.HeaderClassName
{
color: #CECC8A;
}
.AnyTagClassName
{
color: #CECC8A;
}
</style>
background-color css
<style>
a { background-color: #CECC8A; }
a { background-color: rgb(206,204,138); }
div.DivClassName
{
background-color: #CECC8A;
}
.BgClassName
{
background-color: #CECC8A;
}
</style>
border-color css
<style>
span { border-color: #CECC8A; }
span { border-color: rgb(206,204,138); }
td.TdClassName
{
border-color: #CECC8A;
}
.TagClassName
{
border-color: #CECC8A;
}
</style>