Shades of Soft Amber #CEBCA8
Tints of Soft Amber #CEBCA8
RGB
CMYK
RGB Variations
Color information
#CEBCA8 (or 0xCEBCA8) is known color: Soft Amber. HEX triplet: CE, BC and A8. RGB value is (206,188,168). Sum of RGB (Red+Green+Blue) = 206+188+168=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCA8 is #314357. Grayscale: #BFBFBF. Windows color (decimal): -3228504 or 11058382. OLE color: 11058382.
HSL color Cylindrical-coordinate representation of color #CEBCA8: hue angle of 31.58º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBCA8 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 168 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.19 |
| HSL | 31.58º | 0.28% | 0.73% | - |
| HSV(B) | 31.58º | 0.18% | 0.81% | - |
| XYZ | 50.5 | 51.92 | 44.4 | - |
| YUV | 191.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 168 | 0 | 0.09 | 0.18 | 0.19 | 31.58 | 0.28 | 0.73 |
| Hex | CE | BC | A8 | 0 | 9 | 12 | 13 | 20 | 1C | 49 |
| Octal | 316 | 274 | 250 | 0 | 11 | 22 | 23 | 40 | 34 | 111 |
| Binary | 11001110 | 10111100 | 10101000 | 0 | 1001 | 10010 | 10011 | 100000 | 11100 | 1001001 |
Color Harmonies of #CEBCA8
Complementary color
Monochromatic Colors of #CEBCA8
Black with #CEBCA8
Text Example
Text Example
White with #CEBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCA8; }
p { color: rgb(206,188,168); }
H1.HeaderClassName
{
color: #CEBCA8;
}
.AnyTagClassName
{
color: #CEBCA8;
}
</style>
background-color css
<style>
a { background-color: #CEBCA8; }
a { background-color: rgb(206,188,168); }
div.DivClassName
{
background-color: #CEBCA8;
}
.BgClassName
{
background-color: #CEBCA8;
}
</style>
border-color css
<style>
span { border-color: #CEBCA8; }
span { border-color: rgb(206,188,168); }
td.TdClassName
{
border-color: #CEBCA8;
}
.TagClassName
{
border-color: #CEBCA8;
}
</style>