Shades of Deco #CECB80
Tints of Deco #CECB80
RGB
CMYK
RGB Variations
Color information
#CECB80 (or 0xCECB80) is known color: Deco. HEX triplet: CE, CB and 80. RGB value is (206,203,128). Sum of RGB (Red+Green+Blue) = 206+203+128=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB80 is #31347F. Grayscale: #C3C3C3. Windows color (decimal): -3224704 or 8440782. OLE color: 8440782.
HSL color Cylindrical-coordinate representation of color #CECB80: hue angle of 57.69º degrees, saturation: 0.44, 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 #CECB80 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 128 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.19 |
| HSL | 57.69º | 0.44% | 0.65% | - |
| HSV(B) | 57.69º | 0.38% | 0.81% | - |
| XYZ | 50.71 | 57.39 | 28.83 | - |
| YUV | 195.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 128 | 0 | 0.01 | 0.38 | 0.19 | 57.69 | 0.44 | 0.65 |
| Hex | CE | CB | 80 | 0 | 1 | 26 | 13 | 3A | 2C | 41 |
| Octal | 316 | 313 | 200 | 0 | 1 | 46 | 23 | 72 | 54 | 101 |
| Binary | 11001110 | 11001011 | 10000000 | 0 | 1 | 100110 | 10011 | 111010 | 101100 | 1000001 |
Color Harmonies of #CECB80
Complementary color
Monochromatic Colors of #CECB80
Black with #CECB80
Text Example
Text Example
White with #CECB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB80; }
p { color: rgb(206,203,128); }
H1.HeaderClassName
{
color: #CECB80;
}
.AnyTagClassName
{
color: #CECB80;
}
</style>
background-color css
<style>
a { background-color: #CECB80; }
a { background-color: rgb(206,203,128); }
div.DivClassName
{
background-color: #CECB80;
}
.BgClassName
{
background-color: #CECB80;
}
</style>
border-color css
<style>
span { border-color: #CECB80; }
span { border-color: rgb(206,203,128); }
td.TdClassName
{
border-color: #CECB80;
}
.TagClassName
{
border-color: #CECB80;
}
</style>