Shades of Soft Amber #CEBCA0
Tints of Soft Amber #CEBCA0
RGB
CMYK
RGB Variations
Color information
#CEBCA0 (or 0xCEBCA0) is known color: Soft Amber. HEX triplet: CE, BC and A0. RGB value is (206,188,160). Sum of RGB (Red+Green+Blue) = 206+188+160=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCA0 is #31435F. Grayscale: #BEBEBE. Windows color (decimal): -3228512 or 10534094. OLE color: 10534094.
HSL color Cylindrical-coordinate representation of color #CEBCA0: hue angle of 36.52º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEBCA0 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 160 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.19 |
| HSL | 36.52º | 0.32% | 0.72% | - |
| HSV(B) | 36.52º | 0.22% | 0.81% | - |
| XYZ | 49.78 | 51.63 | 40.6 | - |
| YUV | 190.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 160 | 0 | 0.09 | 0.22 | 0.19 | 36.52 | 0.32 | 0.72 |
| Hex | CE | BC | A0 | 0 | 9 | 16 | 13 | 25 | 20 | 48 |
| Octal | 316 | 274 | 240 | 0 | 11 | 26 | 23 | 45 | 40 | 110 |
| Binary | 11001110 | 10111100 | 10100000 | 0 | 1001 | 10110 | 10011 | 100101 | 100000 | 1001000 |
Color Harmonies of #CEBCA0
Complementary color
Monochromatic Colors of #CEBCA0
Black with #CEBCA0
Text Example
Text Example
White with #CEBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCA0; }
p { color: rgb(206,188,160); }
H1.HeaderClassName
{
color: #CEBCA0;
}
.AnyTagClassName
{
color: #CEBCA0;
}
</style>
background-color css
<style>
a { background-color: #CEBCA0; }
a { background-color: rgb(206,188,160); }
div.DivClassName
{
background-color: #CEBCA0;
}
.BgClassName
{
background-color: #CEBCA0;
}
</style>
border-color css
<style>
span { border-color: #CEBCA0; }
span { border-color: rgb(206,188,160); }
td.TdClassName
{
border-color: #CEBCA0;
}
.TagClassName
{
border-color: #CEBCA0;
}
</style>