Shades of Deco #CECA85
Tints of Deco #CECA85
RGB
CMYK
RGB Variations
Color information
#CECA85 (or 0xCECA85) is known color: Deco. HEX triplet: CE, CA and 85. RGB value is (206,202,133). Sum of RGB (Red+Green+Blue) = 206+202+133=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA85 is #31357A. Grayscale: #C3C3C3. Windows color (decimal): -3224955 or 8768206. OLE color: 8768206.
HSL color Cylindrical-coordinate representation of color #CECA85: hue angle of 56.71º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CECA85 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 133 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.19 |
| HSL | 56.71º | 0.43% | 0.66% | - |
| HSV(B) | 56.71º | 0.35% | 0.81% | - |
| XYZ | 50.81 | 57.06 | 30.53 | - |
| YUV | 195.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 133 | 0 | 0.02 | 0.35 | 0.19 | 56.71 | 0.43 | 0.66 |
| Hex | CE | CA | 85 | 0 | 2 | 23 | 13 | 39 | 2B | 42 |
| Octal | 316 | 312 | 205 | 0 | 2 | 43 | 23 | 71 | 53 | 102 |
| Binary | 11001110 | 11001010 | 10000101 | 0 | 10 | 100011 | 10011 | 111001 | 101011 | 1000010 |
Color Harmonies of #CECA85
Complementary color
Monochromatic Colors of #CECA85
Black with #CECA85
Text Example
Text Example
White with #CECA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA85; }
p { color: rgb(206,202,133); }
H1.HeaderClassName
{
color: #CECA85;
}
.AnyTagClassName
{
color: #CECA85;
}
</style>
background-color css
<style>
a { background-color: #CECA85; }
a { background-color: rgb(206,202,133); }
div.DivClassName
{
background-color: #CECA85;
}
.BgClassName
{
background-color: #CECA85;
}
</style>
border-color css
<style>
span { border-color: #CECA85; }
span { border-color: rgb(206,202,133); }
td.TdClassName
{
border-color: #CECA85;
}
.TagClassName
{
border-color: #CECA85;
}
</style>