Shades of Soft Amber #CEC1AB
Tints of Soft Amber #CEC1AB
RGB
CMYK
RGB Variations
Color information
#CEC1AB (or 0xCEC1AB) is known color: Soft Amber. HEX triplet: CE, C1 and AB. RGB value is (206,193,171). Sum of RGB (Red+Green+Blue) = 206+193+171=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC1AB is #313E54. Grayscale: #C2C2C2. Windows color (decimal): -3227221 or 11256270. OLE color: 11256270.
HSL color Cylindrical-coordinate representation of color #CEC1AB: hue angle of 37.71º 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 #CEC1AB is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 171 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.19 |
| HSL | 37.71º | 0.26% | 0.74% | - |
| HSV(B) | 37.71º | 0.17% | 0.81% | - |
| XYZ | 51.87 | 54.2 | 46.26 | - |
| YUV | 194.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 171 | 0 | 0.06 | 0.17 | 0.19 | 37.71 | 0.26 | 0.74 |
| Hex | CE | C1 | AB | 0 | 6 | 11 | 13 | 26 | 1A | 4A |
| Octal | 316 | 301 | 253 | 0 | 6 | 21 | 23 | 46 | 32 | 112 |
| Binary | 11001110 | 11000001 | 10101011 | 0 | 110 | 10001 | 10011 | 100110 | 11010 | 1001010 |
Color Harmonies of #CEC1AB
Complementary color
Monochromatic Colors of #CEC1AB
Black with #CEC1AB
Text Example
Text Example
White with #CEC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1AB; }
p { color: rgb(206,193,171); }
H1.HeaderClassName
{
color: #CEC1AB;
}
.AnyTagClassName
{
color: #CEC1AB;
}
</style>
background-color css
<style>
a { background-color: #CEC1AB; }
a { background-color: rgb(206,193,171); }
div.DivClassName
{
background-color: #CEC1AB;
}
.BgClassName
{
background-color: #CEC1AB;
}
</style>
border-color css
<style>
span { border-color: #CEC1AB; }
span { border-color: rgb(206,193,171); }
td.TdClassName
{
border-color: #CEC1AB;
}
.TagClassName
{
border-color: #CEC1AB;
}
</style>