Shades of Deco #CECA8D
Tints of Deco #CECA8D
RGB
CMYK
RGB Variations
Color information
#CECA8D (or 0xCECA8D) is known color: Deco. HEX triplet: CE, CA and 8D. RGB value is (206,202,141). Sum of RGB (Red+Green+Blue) = 206+202+141=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA8D is #313572. Grayscale: #C4C4C4. Windows color (decimal): -3224947 or 9292494. OLE color: 9292494.
HSL color Cylindrical-coordinate representation of color #CECA8D: hue angle of 56.31º 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 #CECA8D is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 141 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.19 |
| HSL | 56.31º | 0.4% | 0.68% | - |
| HSV(B) | 56.31º | 0.32% | 0.81% | - |
| XYZ | 51.38 | 57.29 | 33.55 | - |
| YUV | 196.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 141 | 0 | 0.02 | 0.32 | 0.19 | 56.31 | 0.4 | 0.68 |
| Hex | CE | CA | 8D | 0 | 2 | 20 | 13 | 38 | 28 | 44 |
| Octal | 316 | 312 | 215 | 0 | 2 | 40 | 23 | 70 | 50 | 104 |
| Binary | 11001110 | 11001010 | 10001101 | 0 | 10 | 100000 | 10011 | 111000 | 101000 | 1000100 |
Color Harmonies of #CECA8D
Complementary color
Monochromatic Colors of #CECA8D
Black with #CECA8D
Text Example
Text Example
White with #CECA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA8D; }
p { color: rgb(206,202,141); }
H1.HeaderClassName
{
color: #CECA8D;
}
.AnyTagClassName
{
color: #CECA8D;
}
</style>
background-color css
<style>
a { background-color: #CECA8D; }
a { background-color: rgb(206,202,141); }
div.DivClassName
{
background-color: #CECA8D;
}
.BgClassName
{
background-color: #CECA8D;
}
</style>
border-color css
<style>
span { border-color: #CECA8D; }
span { border-color: rgb(206,202,141); }
td.TdClassName
{
border-color: #CECA8D;
}
.TagClassName
{
border-color: #CECA8D;
}
</style>