Shades of Soft Amber #CEBDA3
Tints of Soft Amber #CEBDA3
RGB
CMYK
RGB Variations
Color information
#CEBDA3 (or 0xCEBDA3) is known color: Soft Amber. HEX triplet: CE, BD and A3. RGB value is (206,189,163). Sum of RGB (Red+Green+Blue) = 206+189+163=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA3 is #31425C. Grayscale: #BFBFBF. Windows color (decimal): -3228253 or 10730958. OLE color: 10730958.
HSL color Cylindrical-coordinate representation of color #CEBDA3: hue angle of 36.28º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBDA3 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 163 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.19 |
| HSL | 36.28º | 0.3% | 0.72% | - |
| HSV(B) | 36.28º | 0.21% | 0.81% | - |
| XYZ | 50.26 | 52.16 | 42.07 | - |
| YUV | 191.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 163 | 0 | 0.08 | 0.21 | 0.19 | 36.28 | 0.3 | 0.72 |
| Hex | CE | BD | A3 | 0 | 8 | 15 | 13 | 24 | 1E | 48 |
| Octal | 316 | 275 | 243 | 0 | 10 | 25 | 23 | 44 | 36 | 110 |
| Binary | 11001110 | 10111101 | 10100011 | 0 | 1000 | 10101 | 10011 | 100100 | 11110 | 1001000 |
Color Harmonies of #CEBDA3
Complementary color
Monochromatic Colors of #CEBDA3
Black with #CEBDA3
Text Example
Text Example
White with #CEBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDA3; }
p { color: rgb(206,189,163); }
H1.HeaderClassName
{
color: #CEBDA3;
}
.AnyTagClassName
{
color: #CEBDA3;
}
</style>
background-color css
<style>
a { background-color: #CEBDA3; }
a { background-color: rgb(206,189,163); }
div.DivClassName
{
background-color: #CEBDA3;
}
.BgClassName
{
background-color: #CEBDA3;
}
</style>
border-color css
<style>
span { border-color: #CEBDA3; }
span { border-color: rgb(206,189,163); }
td.TdClassName
{
border-color: #CEBDA3;
}
.TagClassName
{
border-color: #CEBDA3;
}
</style>