Shades of Deco #CECA89
Tints of Deco #CECA89
RGB
CMYK
RGB Variations
Color information
#CECA89 (or 0xCECA89) is known color: Deco. HEX triplet: CE, CA and 89. RGB value is (206,202,137). Sum of RGB (Red+Green+Blue) = 206+202+137=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 137 (53.91% from 255 or 25.14% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA89 is #313576. Grayscale: #C4C4C4. Windows color (decimal): -3224951 or 9030350. OLE color: 9030350.
HSL color Cylindrical-coordinate representation of color #CECA89: hue angle of 56.52º 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 #CECA89 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 137 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.19 |
| HSL | 56.52º | 0.41% | 0.67% | - |
| HSV(B) | 56.52º | 0.33% | 0.81% | - |
| XYZ | 51.09 | 57.17 | 32.01 | - |
| YUV | 195.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 137 | 0 | 0.02 | 0.33 | 0.19 | 56.52 | 0.41 | 0.67 |
| Hex | CE | CA | 89 | 0 | 2 | 21 | 13 | 39 | 29 | 43 |
| Octal | 316 | 312 | 211 | 0 | 2 | 41 | 23 | 71 | 51 | 103 |
| Binary | 11001110 | 11001010 | 10001001 | 0 | 10 | 100001 | 10011 | 111001 | 101001 | 1000011 |
Color Harmonies of #CECA89
Complementary color
Monochromatic Colors of #CECA89
Black with #CECA89
Text Example
Text Example
White with #CECA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA89; }
p { color: rgb(206,202,137); }
H1.HeaderClassName
{
color: #CECA89;
}
.AnyTagClassName
{
color: #CECA89;
}
</style>
background-color css
<style>
a { background-color: #CECA89; }
a { background-color: rgb(206,202,137); }
div.DivClassName
{
background-color: #CECA89;
}
.BgClassName
{
background-color: #CECA89;
}
</style>
border-color css
<style>
span { border-color: #CECA89; }
span { border-color: rgb(206,202,137); }
td.TdClassName
{
border-color: #CECA89;
}
.TagClassName
{
border-color: #CECA89;
}
</style>