Shades of Deco #CECB8A
Tints of Deco #CECB8A
RGB
CMYK
RGB Variations
Color information
#CECB8A (or 0xCECB8A) is known color: Deco. HEX triplet: CE, CB and 8A. RGB value is (206,203,138). Sum of RGB (Red+Green+Blue) = 206+203+138=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECB8A is #313475. Grayscale: #C4C4C4. Windows color (decimal): -3224694 or 9096142. OLE color: 9096142.
HSL color Cylindrical-coordinate representation of color #CECB8A: hue angle of 57.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CECB8A is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 138 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.19 |
| HSL | 57.35º | 0.41% | 0.67% | - |
| HSV(B) | 57.35º | 0.33% | 0.81% | - |
| XYZ | 51.4 | 57.67 | 32.47 | - |
| YUV | 196.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 138 | 0 | 0.01 | 0.33 | 0.19 | 57.35 | 0.41 | 0.67 |
| Hex | CE | CB | 8A | 0 | 1 | 21 | 13 | 39 | 29 | 43 |
| Octal | 316 | 313 | 212 | 0 | 1 | 41 | 23 | 71 | 51 | 103 |
| Binary | 11001110 | 11001011 | 10001010 | 0 | 1 | 100001 | 10011 | 111001 | 101001 | 1000011 |
Color Harmonies of #CECB8A
Complementary color
Monochromatic Colors of #CECB8A
Black with #CECB8A
Text Example
Text Example
White with #CECB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB8A; }
p { color: rgb(206,203,138); }
H1.HeaderClassName
{
color: #CECB8A;
}
.AnyTagClassName
{
color: #CECB8A;
}
</style>
background-color css
<style>
a { background-color: #CECB8A; }
a { background-color: rgb(206,203,138); }
div.DivClassName
{
background-color: #CECB8A;
}
.BgClassName
{
background-color: #CECB8A;
}
</style>
border-color css
<style>
span { border-color: #CECB8A; }
span { border-color: rgb(206,203,138); }
td.TdClassName
{
border-color: #CECB8A;
}
.TagClassName
{
border-color: #CECB8A;
}
</style>