Shades of Deco #CECA71
Tints of Deco #CECA71
RGB
CMYK
RGB Variations
Color information
#CECA71 (or 0xCECA71) is known color: Deco. HEX triplet: CE, CA and 71. RGB value is (206,202,113). Sum of RGB (Red+Green+Blue) = 206+202+113=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA71 is #31358E. Grayscale: #C1C1C1. Windows color (decimal): -3224975 or 7457486. OLE color: 7457486.
HSL color Cylindrical-coordinate representation of color #CECA71: hue angle of 57.42º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CECA71 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 113 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.19 |
| HSL | 57.42º | 0.49% | 0.63% | - |
| HSV(B) | 57.42º | 0.45% | 0.81% | - |
| XYZ | 49.55 | 56.56 | 23.93 | - |
| YUV | 193.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 113 | 0 | 0.02 | 0.45 | 0.19 | 57.42 | 0.49 | 0.63 |
| Hex | CE | CA | 71 | 0 | 2 | 2D | 13 | 39 | 31 | 3F |
| Octal | 316 | 312 | 161 | 0 | 2 | 55 | 23 | 71 | 61 | 77 |
| Binary | 11001110 | 11001010 | 1110001 | 0 | 10 | 101101 | 10011 | 111001 | 110001 | 111111 |
Color Harmonies of #CECA71
Complementary color
Monochromatic Colors of #CECA71
Black with #CECA71
Text Example
Text Example
White with #CECA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA71; }
p { color: rgb(206,202,113); }
H1.HeaderClassName
{
color: #CECA71;
}
.AnyTagClassName
{
color: #CECA71;
}
</style>
background-color css
<style>
a { background-color: #CECA71; }
a { background-color: rgb(206,202,113); }
div.DivClassName
{
background-color: #CECA71;
}
.BgClassName
{
background-color: #CECA71;
}
</style>
border-color css
<style>
span { border-color: #CECA71; }
span { border-color: rgb(206,202,113); }
td.TdClassName
{
border-color: #CECA71;
}
.TagClassName
{
border-color: #CECA71;
}
</style>