Shades of Deco #CECA8B
Tints of Deco #CECA8B
RGB
CMYK
RGB Variations
Color information
#CECA8B (or 0xCECA8B) is known color: Deco. HEX triplet: CE, CA and 8B. RGB value is (206,202,139). Sum of RGB (Red+Green+Blue) = 206+202+139=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA8B is #313574. Grayscale: #C4C4C4. Windows color (decimal): -3224949 or 9161422. OLE color: 9161422.
HSL color Cylindrical-coordinate representation of color #CECA8B: hue angle of 56.42º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CECA8B is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 139 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.19 |
| HSL | 56.42º | 0.41% | 0.68% | - |
| HSV(B) | 56.42º | 0.33% | 0.81% | - |
| XYZ | 51.23 | 57.23 | 32.77 | - |
| YUV | 196.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 139 | 0 | 0.02 | 0.33 | 0.19 | 56.42 | 0.41 | 0.68 |
| Hex | CE | CA | 8B | 0 | 2 | 21 | 13 | 38 | 29 | 44 |
| Octal | 316 | 312 | 213 | 0 | 2 | 41 | 23 | 70 | 51 | 104 |
| Binary | 11001110 | 11001010 | 10001011 | 0 | 10 | 100001 | 10011 | 111000 | 101001 | 1000100 |
Color Harmonies of #CECA8B
Complementary color
Monochromatic Colors of #CECA8B
Black with #CECA8B
Text Example
Text Example
White with #CECA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA8B; }
p { color: rgb(206,202,139); }
H1.HeaderClassName
{
color: #CECA8B;
}
.AnyTagClassName
{
color: #CECA8B;
}
</style>
background-color css
<style>
a { background-color: #CECA8B; }
a { background-color: rgb(206,202,139); }
div.DivClassName
{
background-color: #CECA8B;
}
.BgClassName
{
background-color: #CECA8B;
}
</style>
border-color css
<style>
span { border-color: #CECA8B; }
span { border-color: rgb(206,202,139); }
td.TdClassName
{
border-color: #CECA8B;
}
.TagClassName
{
border-color: #CECA8B;
}
</style>