Shades of Deco #CECB7A
Tints of Deco #CECB7A
RGB
CMYK
RGB Variations
Color information
#CECB7A (or 0xCECB7A) is known color: Deco. HEX triplet: CE, CB and 7A. RGB value is (206,203,122). Sum of RGB (Red+Green+Blue) = 206+203+122=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB7A is #313485. Grayscale: #C2C2C2. Windows color (decimal): -3224710 or 8047566. OLE color: 8047566.
HSL color Cylindrical-coordinate representation of color #CECB7A: hue angle of 57.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CECB7A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 122 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.19 |
| HSL | 57.86º | 0.46% | 0.64% | - |
| HSV(B) | 57.86º | 0.41% | 0.81% | - |
| XYZ | 50.32 | 57.24 | 26.81 | - |
| YUV | 194.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 122 | 0 | 0.01 | 0.41 | 0.19 | 57.86 | 0.46 | 0.64 |
| Hex | CE | CB | 7A | 0 | 1 | 29 | 13 | 3A | 2E | 40 |
| Octal | 316 | 313 | 172 | 0 | 1 | 51 | 23 | 72 | 56 | 100 |
| Binary | 11001110 | 11001011 | 1111010 | 0 | 1 | 101001 | 10011 | 111010 | 101110 | 1000000 |
Color Harmonies of #CECB7A
Complementary color
Monochromatic Colors of #CECB7A
Black with #CECB7A
Text Example
Text Example
White with #CECB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB7A; }
p { color: rgb(206,203,122); }
H1.HeaderClassName
{
color: #CECB7A;
}
.AnyTagClassName
{
color: #CECB7A;
}
</style>
background-color css
<style>
a { background-color: #CECB7A; }
a { background-color: rgb(206,203,122); }
div.DivClassName
{
background-color: #CECB7A;
}
.BgClassName
{
background-color: #CECB7A;
}
</style>
border-color css
<style>
span { border-color: #CECB7A; }
span { border-color: rgb(206,203,122); }
td.TdClassName
{
border-color: #CECB7A;
}
.TagClassName
{
border-color: #CECB7A;
}
</style>