Shades of Deco #CECA7F
Tints of Deco #CECA7F
RGB
CMYK
RGB Variations
Color information
#CECA7F (or 0xCECA7F) is known color: Deco. HEX triplet: CE, CA and 7F. RGB value is (206,202,127). Sum of RGB (Red+Green+Blue) = 206+202+127=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA7F is #313580. Grayscale: #C2C2C2. Windows color (decimal): -3224961 or 8374990. OLE color: 8374990.
HSL color Cylindrical-coordinate representation of color #CECA7F: hue angle of 56.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CECA7F is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 127 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.19 |
| HSL | 56.96º | 0.45% | 0.65% | - |
| HSV(B) | 56.96º | 0.38% | 0.81% | - |
| XYZ | 50.4 | 56.9 | 28.4 | - |
| YUV | 194.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 127 | 0 | 0.02 | 0.38 | 0.19 | 56.96 | 0.45 | 0.65 |
| Hex | CE | CA | 7F | 0 | 2 | 26 | 13 | 39 | 2D | 41 |
| Octal | 316 | 312 | 177 | 0 | 2 | 46 | 23 | 71 | 55 | 101 |
| Binary | 11001110 | 11001010 | 1111111 | 0 | 10 | 100110 | 10011 | 111001 | 101101 | 1000001 |
Color Harmonies of #CECA7F
Complementary color
Monochromatic Colors of #CECA7F
Black with #CECA7F
Text Example
Text Example
White with #CECA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA7F; }
p { color: rgb(206,202,127); }
H1.HeaderClassName
{
color: #CECA7F;
}
.AnyTagClassName
{
color: #CECA7F;
}
</style>
background-color css
<style>
a { background-color: #CECA7F; }
a { background-color: rgb(206,202,127); }
div.DivClassName
{
background-color: #CECA7F;
}
.BgClassName
{
background-color: #CECA7F;
}
</style>
border-color css
<style>
span { border-color: #CECA7F; }
span { border-color: rgb(206,202,127); }
td.TdClassName
{
border-color: #CECA7F;
}
.TagClassName
{
border-color: #CECA7F;
}
</style>