Shades of Soft Amber #CEC0AB
Tints of Soft Amber #CEC0AB
RGB
CMYK
RGB Variations
Color information
#CEC0AB (or 0xCEC0AB) is known color: Soft Amber. HEX triplet: CE, C0 and AB. RGB value is (206,192,171). Sum of RGB (Red+Green+Blue) = 206+192+171=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0AB is #313F54. Grayscale: #C1C1C1. Windows color (decimal): -3227477 or 11256014. OLE color: 11256014.
HSL color Cylindrical-coordinate representation of color #CEC0AB: hue angle of 36º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC0AB is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 171 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.19 |
| HSL | 36º | 0.26% | 0.74% | - |
| HSV(B) | 36º | 0.17% | 0.81% | - |
| XYZ | 51.65 | 53.76 | 46.18 | - |
| YUV | 193.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 171 | 0 | 0.07 | 0.17 | 0.19 | 36 | 0.26 | 0.74 |
| Hex | CE | C0 | AB | 0 | 7 | 11 | 13 | 24 | 1A | 4A |
| Octal | 316 | 300 | 253 | 0 | 7 | 21 | 23 | 44 | 32 | 112 |
| Binary | 11001110 | 11000000 | 10101011 | 0 | 111 | 10001 | 10011 | 100100 | 11010 | 1001010 |
Color Harmonies of #CEC0AB
Complementary color
Monochromatic Colors of #CEC0AB
Black with #CEC0AB
Text Example
Text Example
White with #CEC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0AB; }
p { color: rgb(206,192,171); }
H1.HeaderClassName
{
color: #CEC0AB;
}
.AnyTagClassName
{
color: #CEC0AB;
}
</style>
background-color css
<style>
a { background-color: #CEC0AB; }
a { background-color: rgb(206,192,171); }
div.DivClassName
{
background-color: #CEC0AB;
}
.BgClassName
{
background-color: #CEC0AB;
}
</style>
border-color css
<style>
span { border-color: #CEC0AB; }
span { border-color: rgb(206,192,171); }
td.TdClassName
{
border-color: #CEC0AB;
}
.TagClassName
{
border-color: #CEC0AB;
}
</style>