Shades of Deco #CECA8F
Tints of Deco #CECA8F
RGB
CMYK
RGB Variations
Color information
#CECA8F (or 0xCECA8F) is known color: Deco. HEX triplet: CE, CA and 8F. RGB value is (206,202,143). Sum of RGB (Red+Green+Blue) = 206+202+143=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA8F is #313570. Grayscale: #C4C4C4. Windows color (decimal): -3224945 or 9423566. OLE color: 9423566.
HSL color Cylindrical-coordinate representation of color #CECA8F: hue angle of 56.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CECA8F is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 143 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.19 |
| HSL | 56.19º | 0.39% | 0.68% | - |
| HSV(B) | 56.19º | 0.31% | 0.81% | - |
| XYZ | 51.53 | 57.35 | 34.34 | - |
| YUV | 196.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 143 | 0 | 0.02 | 0.31 | 0.19 | 56.19 | 0.39 | 0.68 |
| Hex | CE | CA | 8F | 0 | 2 | 1F | 13 | 38 | 27 | 44 |
| Octal | 316 | 312 | 217 | 0 | 2 | 37 | 23 | 70 | 47 | 104 |
| Binary | 11001110 | 11001010 | 10001111 | 0 | 10 | 11111 | 10011 | 111000 | 100111 | 1000100 |
Color Harmonies of #CECA8F
Complementary color
Monochromatic Colors of #CECA8F
Black with #CECA8F
Text Example
Text Example
White with #CECA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA8F; }
p { color: rgb(206,202,143); }
H1.HeaderClassName
{
color: #CECA8F;
}
.AnyTagClassName
{
color: #CECA8F;
}
</style>
background-color css
<style>
a { background-color: #CECA8F; }
a { background-color: rgb(206,202,143); }
div.DivClassName
{
background-color: #CECA8F;
}
.BgClassName
{
background-color: #CECA8F;
}
</style>
border-color css
<style>
span { border-color: #CECA8F; }
span { border-color: rgb(206,202,143); }
td.TdClassName
{
border-color: #CECA8F;
}
.TagClassName
{
border-color: #CECA8F;
}
</style>