Shades of Soft Amber #CEBCAB
Tints of Soft Amber #CEBCAB
RGB
CMYK
RGB Variations
Color information
#CEBCAB (or 0xCEBCAB) is known color: Soft Amber. HEX triplet: CE, BC and AB. RGB value is (206,188,171). Sum of RGB (Red+Green+Blue) = 206+188+171=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCAB is #314354. Grayscale: #BFBFBF. Windows color (decimal): -3228501 or 11254990. OLE color: 11254990.
HSL color Cylindrical-coordinate representation of color #CEBCAB: hue angle of 29.14º 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 #CEBCAB is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 171 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.19 |
| HSL | 29.14º | 0.26% | 0.74% | - |
| HSV(B) | 29.14º | 0.17% | 0.81% | - |
| XYZ | 50.79 | 52.03 | 45.89 | - |
| YUV | 191.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 171 | 0 | 0.09 | 0.17 | 0.19 | 29.14 | 0.26 | 0.74 |
| Hex | CE | BC | AB | 0 | 9 | 11 | 13 | 1D | 1A | 4A |
| Octal | 316 | 274 | 253 | 0 | 11 | 21 | 23 | 35 | 32 | 112 |
| Binary | 11001110 | 10111100 | 10101011 | 0 | 1001 | 10001 | 10011 | 11101 | 11010 | 1001010 |
Color Harmonies of #CEBCAB
Complementary color
Monochromatic Colors of #CEBCAB
Black with #CEBCAB
Text Example
Text Example
White with #CEBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCAB; }
p { color: rgb(206,188,171); }
H1.HeaderClassName
{
color: #CEBCAB;
}
.AnyTagClassName
{
color: #CEBCAB;
}
</style>
background-color css
<style>
a { background-color: #CEBCAB; }
a { background-color: rgb(206,188,171); }
div.DivClassName
{
background-color: #CEBCAB;
}
.BgClassName
{
background-color: #CEBCAB;
}
</style>
border-color css
<style>
span { border-color: #CEBCAB; }
span { border-color: rgb(206,188,171); }
td.TdClassName
{
border-color: #CEBCAB;
}
.TagClassName
{
border-color: #CEBCAB;
}
</style>