Shades of Soft Amber #CEC0A9
Tints of Soft Amber #CEC0A9
RGB
CMYK
RGB Variations
Color information
#CEC0A9 (or 0xCEC0A9) is known color: Soft Amber. HEX triplet: CE, C0 and A9. RGB value is (206,192,169). Sum of RGB (Red+Green+Blue) = 206+192+169=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0A9 is #313F56. Grayscale: #C1C1C1. Windows color (decimal): -3227479 or 11124942. OLE color: 11124942.
HSL color Cylindrical-coordinate representation of color #CEC0A9: hue angle of 37.3º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC0A9 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 169 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.19 |
| HSL | 37.3º | 0.27% | 0.74% | - |
| HSV(B) | 37.3º | 0.18% | 0.81% | - |
| XYZ | 51.46 | 53.69 | 45.19 | - |
| YUV | 193.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 169 | 0 | 0.07 | 0.18 | 0.19 | 37.3 | 0.27 | 0.74 |
| Hex | CE | C0 | A9 | 0 | 7 | 12 | 13 | 25 | 1B | 4A |
| Octal | 316 | 300 | 251 | 0 | 7 | 22 | 23 | 45 | 33 | 112 |
| Binary | 11001110 | 11000000 | 10101001 | 0 | 111 | 10010 | 10011 | 100101 | 11011 | 1001010 |
Color Harmonies of #CEC0A9
Complementary color
Monochromatic Colors of #CEC0A9
Black with #CEC0A9
Text Example
Text Example
White with #CEC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0A9; }
p { color: rgb(206,192,169); }
H1.HeaderClassName
{
color: #CEC0A9;
}
.AnyTagClassName
{
color: #CEC0A9;
}
</style>
background-color css
<style>
a { background-color: #CEC0A9; }
a { background-color: rgb(206,192,169); }
div.DivClassName
{
background-color: #CEC0A9;
}
.BgClassName
{
background-color: #CEC0A9;
}
</style>
border-color css
<style>
span { border-color: #CEC0A9; }
span { border-color: rgb(206,192,169); }
td.TdClassName
{
border-color: #CEC0A9;
}
.TagClassName
{
border-color: #CEC0A9;
}
</style>