Shades of Deco #CECA8C
Tints of Deco #CECA8C
RGB
CMYK
RGB Variations
Color information
#CECA8C (or 0xCECA8C) is known color: Deco. HEX triplet: CE, CA and 8C. RGB value is (206,202,140). Sum of RGB (Red+Green+Blue) = 206+202+140=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA8C is #313573. Grayscale: #C4C4C4. Windows color (decimal): -3224948 or 9226958. OLE color: 9226958.
HSL color Cylindrical-coordinate representation of color #CECA8C: hue angle of 56.36º 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 #CECA8C is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 140 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.19 |
| HSL | 56.36º | 0.4% | 0.68% | - |
| HSV(B) | 56.36º | 0.32% | 0.81% | - |
| XYZ | 51.31 | 57.26 | 33.16 | - |
| YUV | 196.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 140 | 0 | 0.02 | 0.32 | 0.19 | 56.36 | 0.4 | 0.68 |
| Hex | CE | CA | 8C | 0 | 2 | 20 | 13 | 38 | 28 | 44 |
| Octal | 316 | 312 | 214 | 0 | 2 | 40 | 23 | 70 | 50 | 104 |
| Binary | 11001110 | 11001010 | 10001100 | 0 | 10 | 100000 | 10011 | 111000 | 101000 | 1000100 |
Color Harmonies of #CECA8C
Complementary color
Monochromatic Colors of #CECA8C
Black with #CECA8C
Text Example
Text Example
White with #CECA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA8C; }
p { color: rgb(206,202,140); }
H1.HeaderClassName
{
color: #CECA8C;
}
.AnyTagClassName
{
color: #CECA8C;
}
</style>
background-color css
<style>
a { background-color: #CECA8C; }
a { background-color: rgb(206,202,140); }
div.DivClassName
{
background-color: #CECA8C;
}
.BgClassName
{
background-color: #CECA8C;
}
</style>
border-color css
<style>
span { border-color: #CECA8C; }
span { border-color: rgb(206,202,140); }
td.TdClassName
{
border-color: #CECA8C;
}
.TagClassName
{
border-color: #CECA8C;
}
</style>