Shades of Soft Amber #CEC2AB
Tints of Soft Amber #CEC2AB
RGB
CMYK
RGB Variations
Color information
#CEC2AB (or 0xCEC2AB) is known color: Soft Amber. HEX triplet: CE, C2 and AB. RGB value is (206,194,171). Sum of RGB (Red+Green+Blue) = 206+194+171=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2AB is #313D54. Grayscale: #C3C3C3. Windows color (decimal): -3226965 or 11256526. OLE color: 11256526.
HSL color Cylindrical-coordinate representation of color #CEC2AB: hue angle of 39.43º 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 #CEC2AB is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 171 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.19 |
| HSL | 39.43º | 0.26% | 0.74% | - |
| HSV(B) | 39.43º | 0.17% | 0.81% | - |
| XYZ | 52.1 | 54.65 | 46.33 | - |
| YUV | 194.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 171 | 0 | 0.06 | 0.17 | 0.19 | 39.43 | 0.26 | 0.74 |
| Hex | CE | C2 | AB | 0 | 6 | 11 | 13 | 27 | 1A | 4A |
| Octal | 316 | 302 | 253 | 0 | 6 | 21 | 23 | 47 | 32 | 112 |
| Binary | 11001110 | 11000010 | 10101011 | 0 | 110 | 10001 | 10011 | 100111 | 11010 | 1001010 |
Color Harmonies of #CEC2AB
Complementary color
Monochromatic Colors of #CEC2AB
Black with #CEC2AB
Text Example
Text Example
White with #CEC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2AB; }
p { color: rgb(206,194,171); }
H1.HeaderClassName
{
color: #CEC2AB;
}
.AnyTagClassName
{
color: #CEC2AB;
}
</style>
background-color css
<style>
a { background-color: #CEC2AB; }
a { background-color: rgb(206,194,171); }
div.DivClassName
{
background-color: #CEC2AB;
}
.BgClassName
{
background-color: #CEC2AB;
}
</style>
border-color css
<style>
span { border-color: #CEC2AB; }
span { border-color: rgb(206,194,171); }
td.TdClassName
{
border-color: #CEC2AB;
}
.TagClassName
{
border-color: #CEC2AB;
}
</style>