Shades of Soft Amber #CEBDA0
Tints of Soft Amber #CEBDA0
RGB
CMYK
RGB Variations
Color information
#CEBDA0 (or 0xCEBDA0) is known color: Soft Amber. HEX triplet: CE, BD and A0. RGB value is (206,189,160). Sum of RGB (Red+Green+Blue) = 206+189+160=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA0 is #31425F. Grayscale: #BEBEBE. Windows color (decimal): -3228256 or 10534350. OLE color: 10534350.
HSL color Cylindrical-coordinate representation of color #CEBDA0: hue angle of 37.83º 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 #CEBDA0 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 160 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.19 |
| HSL | 37.83º | 0.32% | 0.72% | - |
| HSV(B) | 37.83º | 0.22% | 0.81% | - |
| XYZ | 50 | 52.06 | 40.67 | - |
| YUV | 190.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 160 | 0 | 0.08 | 0.22 | 0.19 | 37.83 | 0.32 | 0.72 |
| Hex | CE | BD | A0 | 0 | 8 | 16 | 13 | 26 | 20 | 48 |
| Octal | 316 | 275 | 240 | 0 | 10 | 26 | 23 | 46 | 40 | 110 |
| Binary | 11001110 | 10111101 | 10100000 | 0 | 1000 | 10110 | 10011 | 100110 | 100000 | 1001000 |
Color Harmonies of #CEBDA0
Complementary color
Monochromatic Colors of #CEBDA0
Black with #CEBDA0
Text Example
Text Example
White with #CEBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDA0; }
p { color: rgb(206,189,160); }
H1.HeaderClassName
{
color: #CEBDA0;
}
.AnyTagClassName
{
color: #CEBDA0;
}
</style>
background-color css
<style>
a { background-color: #CEBDA0; }
a { background-color: rgb(206,189,160); }
div.DivClassName
{
background-color: #CEBDA0;
}
.BgClassName
{
background-color: #CEBDA0;
}
</style>
border-color css
<style>
span { border-color: #CEBDA0; }
span { border-color: rgb(206,189,160); }
td.TdClassName
{
border-color: #CEBDA0;
}
.TagClassName
{
border-color: #CEBDA0;
}
</style>