Shades of Soft Amber #CEBDA1
Tints of Soft Amber #CEBDA1
RGB
CMYK
RGB Variations
Color information
#CEBDA1 (or 0xCEBDA1) is known color: Soft Amber. HEX triplet: CE, BD and A1. RGB value is (206,189,161). Sum of RGB (Red+Green+Blue) = 206+189+161=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA1 is #31425E. Grayscale: #BFBFBF. Windows color (decimal): -3228255 or 10599886. OLE color: 10599886.
HSL color Cylindrical-coordinate representation of color #CEBDA1: hue angle of 37.33º degrees, saturation: 0.31, 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 #CEBDA1 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 161 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.19 |
| HSL | 37.33º | 0.31% | 0.72% | - |
| HSV(B) | 37.33º | 0.22% | 0.81% | - |
| XYZ | 50.08 | 52.09 | 41.13 | - |
| YUV | 190.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 161 | 0 | 0.08 | 0.22 | 0.19 | 37.33 | 0.31 | 0.72 |
| Hex | CE | BD | A1 | 0 | 8 | 16 | 13 | 25 | 1F | 48 |
| Octal | 316 | 275 | 241 | 0 | 10 | 26 | 23 | 45 | 37 | 110 |
| Binary | 11001110 | 10111101 | 10100001 | 0 | 1000 | 10110 | 10011 | 100101 | 11111 | 1001000 |
Color Harmonies of #CEBDA1
Complementary color
Monochromatic Colors of #CEBDA1
Black with #CEBDA1
Text Example
Text Example
White with #CEBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDA1; }
p { color: rgb(206,189,161); }
H1.HeaderClassName
{
color: #CEBDA1;
}
.AnyTagClassName
{
color: #CEBDA1;
}
</style>
background-color css
<style>
a { background-color: #CEBDA1; }
a { background-color: rgb(206,189,161); }
div.DivClassName
{
background-color: #CEBDA1;
}
.BgClassName
{
background-color: #CEBDA1;
}
</style>
border-color css
<style>
span { border-color: #CEBDA1; }
span { border-color: rgb(206,189,161); }
td.TdClassName
{
border-color: #CEBDA1;
}
.TagClassName
{
border-color: #CEBDA1;
}
</style>