Shades of Deco #CECB81
Tints of Deco #CECB81
RGB
CMYK
RGB Variations
Color information
#CECB81 (or 0xCECB81) is known color: Deco. HEX triplet: CE, CB and 81. RGB value is (206,203,129). Sum of RGB (Red+Green+Blue) = 206+203+129=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB81 is #31347E. Grayscale: #C3C3C3. Windows color (decimal): -3224703 or 8506318. OLE color: 8506318.
HSL color Cylindrical-coordinate representation of color #CECB81: hue angle of 57.66º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CECB81 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 129 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.19 |
| HSL | 57.66º | 0.44% | 0.66% | - |
| HSV(B) | 57.66º | 0.37% | 0.81% | - |
| XYZ | 50.77 | 57.42 | 29.18 | - |
| YUV | 195.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 129 | 0 | 0.01 | 0.37 | 0.19 | 57.66 | 0.44 | 0.66 |
| Hex | CE | CB | 81 | 0 | 1 | 25 | 13 | 3A | 2C | 42 |
| Octal | 316 | 313 | 201 | 0 | 1 | 45 | 23 | 72 | 54 | 102 |
| Binary | 11001110 | 11001011 | 10000001 | 0 | 1 | 100101 | 10011 | 111010 | 101100 | 1000010 |
Color Harmonies of #CECB81
Complementary color
Monochromatic Colors of #CECB81
Black with #CECB81
Text Example
Text Example
White with #CECB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB81; }
p { color: rgb(206,203,129); }
H1.HeaderClassName
{
color: #CECB81;
}
.AnyTagClassName
{
color: #CECB81;
}
</style>
background-color css
<style>
a { background-color: #CECB81; }
a { background-color: rgb(206,203,129); }
div.DivClassName
{
background-color: #CECB81;
}
.BgClassName
{
background-color: #CECB81;
}
</style>
border-color css
<style>
span { border-color: #CECB81; }
span { border-color: rgb(206,203,129); }
td.TdClassName
{
border-color: #CECB81;
}
.TagClassName
{
border-color: #CECB81;
}
</style>