Shades of Soft Amber #CEBDAB
Tints of Soft Amber #CEBDAB
RGB
CMYK
RGB Variations
Color information
#CEBDAB (or 0xCEBDAB) is known color: Soft Amber. HEX triplet: CE, BD and AB. RGB value is (206,189,171). Sum of RGB (Red+Green+Blue) = 206+189+171=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDAB is #314254. Grayscale: #C0C0C0. Windows color (decimal): -3228245 or 11255246. OLE color: 11255246.
HSL color Cylindrical-coordinate representation of color #CEBDAB: hue angle of 30.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBDAB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 171 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.19 |
| HSL | 30.86º | 0.26% | 0.74% | - |
| HSV(B) | 30.86º | 0.17% | 0.81% | - |
| XYZ | 51 | 52.46 | 45.97 | - |
| YUV | 192.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 171 | 0 | 0.08 | 0.17 | 0.19 | 30.86 | 0.26 | 0.74 |
| Hex | CE | BD | AB | 0 | 8 | 11 | 13 | 1F | 1A | 4A |
| Octal | 316 | 275 | 253 | 0 | 10 | 21 | 23 | 37 | 32 | 112 |
| Binary | 11001110 | 10111101 | 10101011 | 0 | 1000 | 10001 | 10011 | 11111 | 11010 | 1001010 |
Color Harmonies of #CEBDAB
Complementary color
Monochromatic Colors of #CEBDAB
Black with #CEBDAB
Text Example
Text Example
White with #CEBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDAB; }
p { color: rgb(206,189,171); }
H1.HeaderClassName
{
color: #CEBDAB;
}
.AnyTagClassName
{
color: #CEBDAB;
}
</style>
background-color css
<style>
a { background-color: #CEBDAB; }
a { background-color: rgb(206,189,171); }
div.DivClassName
{
background-color: #CEBDAB;
}
.BgClassName
{
background-color: #CEBDAB;
}
</style>
border-color css
<style>
span { border-color: #CEBDAB; }
span { border-color: rgb(206,189,171); }
td.TdClassName
{
border-color: #CEBDAB;
}
.TagClassName
{
border-color: #CEBDAB;
}
</style>