Shades of Soft Amber #CEC1AC
Tints of Soft Amber #CEC1AC
RGB
CMYK
RGB Variations
Color information
#CEC1AC (or 0xCEC1AC) is known color: Soft Amber. HEX triplet: CE, C1 and AC. RGB value is (206,193,172). Sum of RGB (Red+Green+Blue) = 206+193+172=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC1AC is #313E53. Grayscale: #C2C2C2. Windows color (decimal): -3227220 or 11321806. OLE color: 11321806.
HSL color Cylindrical-coordinate representation of color #CEC1AC: hue angle of 37.06º 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 #CEC1AC is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 172 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.19 |
| HSL | 37.06º | 0.26% | 0.74% | - |
| HSV(B) | 37.06º | 0.17% | 0.81% | - |
| XYZ | 51.97 | 54.24 | 46.76 | - |
| YUV | 194.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 172 | 0 | 0.06 | 0.17 | 0.19 | 37.06 | 0.26 | 0.74 |
| Hex | CE | C1 | AC | 0 | 6 | 11 | 13 | 25 | 1A | 4A |
| Octal | 316 | 301 | 254 | 0 | 6 | 21 | 23 | 45 | 32 | 112 |
| Binary | 11001110 | 11000001 | 10101100 | 0 | 110 | 10001 | 10011 | 100101 | 11010 | 1001010 |
Color Harmonies of #CEC1AC
Complementary color
Monochromatic Colors of #CEC1AC
Black with #CEC1AC
Text Example
Text Example
White with #CEC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1AC; }
p { color: rgb(206,193,172); }
H1.HeaderClassName
{
color: #CEC1AC;
}
.AnyTagClassName
{
color: #CEC1AC;
}
</style>
background-color css
<style>
a { background-color: #CEC1AC; }
a { background-color: rgb(206,193,172); }
div.DivClassName
{
background-color: #CEC1AC;
}
.BgClassName
{
background-color: #CEC1AC;
}
</style>
border-color css
<style>
span { border-color: #CEC1AC; }
span { border-color: rgb(206,193,172); }
td.TdClassName
{
border-color: #CEC1AC;
}
.TagClassName
{
border-color: #CEC1AC;
}
</style>