Shades of Soft Amber #CEBBA0
Tints of Soft Amber #CEBBA0
RGB
CMYK
RGB Variations
Color information
#CEBBA0 (or 0xCEBBA0) is known color: Soft Amber. HEX triplet: CE, BB and A0. RGB value is (206,187,160). Sum of RGB (Red+Green+Blue) = 206+187+160=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBA0 is #31445F. Grayscale: #BDBDBD. Windows color (decimal): -3228768 or 10533838. OLE color: 10533838.
HSL color Cylindrical-coordinate representation of color #CEBBA0: hue angle of 35.22º 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 #CEBBA0 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 160 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.19 |
| HSL | 35.22º | 0.32% | 0.72% | - |
| HSV(B) | 35.22º | 0.22% | 0.81% | - |
| XYZ | 49.57 | 51.2 | 40.53 | - |
| YUV | 189.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 160 | 0 | 0.09 | 0.22 | 0.19 | 35.22 | 0.32 | 0.72 |
| Hex | CE | BB | A0 | 0 | 9 | 16 | 13 | 23 | 20 | 48 |
| Octal | 316 | 273 | 240 | 0 | 11 | 26 | 23 | 43 | 40 | 110 |
| Binary | 11001110 | 10111011 | 10100000 | 0 | 1001 | 10110 | 10011 | 100011 | 100000 | 1001000 |
Color Harmonies of #CEBBA0
Complementary color
Monochromatic Colors of #CEBBA0
Black with #CEBBA0
Text Example
Text Example
White with #CEBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBA0; }
p { color: rgb(206,187,160); }
H1.HeaderClassName
{
color: #CEBBA0;
}
.AnyTagClassName
{
color: #CEBBA0;
}
</style>
background-color css
<style>
a { background-color: #CEBBA0; }
a { background-color: rgb(206,187,160); }
div.DivClassName
{
background-color: #CEBBA0;
}
.BgClassName
{
background-color: #CEBBA0;
}
</style>
border-color css
<style>
span { border-color: #CEBBA0; }
span { border-color: rgb(206,187,160); }
td.TdClassName
{
border-color: #CEBBA0;
}
.TagClassName
{
border-color: #CEBBA0;
}
</style>