Shades of Soft Amber #CEC0A6
Tints of Soft Amber #CEC0A6
RGB
CMYK
RGB Variations
Color information
#CEC0A6 (or 0xCEC0A6) is known color: Soft Amber. HEX triplet: CE, C0 and A6. RGB value is (206,192,166). Sum of RGB (Red+Green+Blue) = 206+192+166=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0A6 is #313F59. Grayscale: #C1C1C1. Windows color (decimal): -3227482 or 10928334. OLE color: 10928334.
HSL color Cylindrical-coordinate representation of color #CEC0A6: hue angle of 39º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC0A6 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 166 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.19 |
| HSL | 39º | 0.29% | 0.73% | - |
| HSV(B) | 39º | 0.19% | 0.81% | - |
| XYZ | 51.19 | 53.57 | 43.72 | - |
| YUV | 193.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 166 | 0 | 0.07 | 0.19 | 0.19 | 39 | 0.29 | 0.73 |
| Hex | CE | C0 | A6 | 0 | 7 | 13 | 13 | 27 | 1D | 49 |
| Octal | 316 | 300 | 246 | 0 | 7 | 23 | 23 | 47 | 35 | 111 |
| Binary | 11001110 | 11000000 | 10100110 | 0 | 111 | 10011 | 10011 | 100111 | 11101 | 1001001 |
Color Harmonies of #CEC0A6
Complementary color
Monochromatic Colors of #CEC0A6
Black with #CEC0A6
Text Example
Text Example
White with #CEC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0A6; }
p { color: rgb(206,192,166); }
H1.HeaderClassName
{
color: #CEC0A6;
}
.AnyTagClassName
{
color: #CEC0A6;
}
</style>
background-color css
<style>
a { background-color: #CEC0A6; }
a { background-color: rgb(206,192,166); }
div.DivClassName
{
background-color: #CEC0A6;
}
.BgClassName
{
background-color: #CEC0A6;
}
</style>
border-color css
<style>
span { border-color: #CEC0A6; }
span { border-color: rgb(206,192,166); }
td.TdClassName
{
border-color: #CEC0A6;
}
.TagClassName
{
border-color: #CEC0A6;
}
</style>