Shades of Soft Amber #CEBBA5
Tints of Soft Amber #CEBBA5
RGB
CMYK
RGB Variations
Color information
#CEBBA5 (or 0xCEBBA5) is known color: Soft Amber. HEX triplet: CE, BB and A5. RGB value is (206,187,165). Sum of RGB (Red+Green+Blue) = 206+187+165=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBA5 is #31445A. Grayscale: #BEBEBE. Windows color (decimal): -3228763 or 10861518. OLE color: 10861518.
HSL color Cylindrical-coordinate representation of color #CEBBA5: hue angle of 32.2º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBBA5 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 165 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.19 |
| HSL | 32.2º | 0.29% | 0.73% | - |
| HSV(B) | 32.2º | 0.2% | 0.81% | - |
| XYZ | 50.02 | 51.38 | 42.88 | - |
| YUV | 190.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 165 | 0 | 0.09 | 0.20 | 0.19 | 32.2 | 0.29 | 0.73 |
| Hex | CE | BB | A5 | 0 | 9 | 14 | 13 | 20 | 1D | 49 |
| Octal | 316 | 273 | 245 | 0 | 11 | 24 | 23 | 40 | 35 | 111 |
| Binary | 11001110 | 10111011 | 10100101 | 0 | 1001 | 10100 | 10011 | 100000 | 11101 | 1001001 |
Color Harmonies of #CEBBA5
Complementary color
Monochromatic Colors of #CEBBA5
Black with #CEBBA5
Text Example
Text Example
White with #CEBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBA5; }
p { color: rgb(206,187,165); }
H1.HeaderClassName
{
color: #CEBBA5;
}
.AnyTagClassName
{
color: #CEBBA5;
}
</style>
background-color css
<style>
a { background-color: #CEBBA5; }
a { background-color: rgb(206,187,165); }
div.DivClassName
{
background-color: #CEBBA5;
}
.BgClassName
{
background-color: #CEBBA5;
}
</style>
border-color css
<style>
span { border-color: #CEBBA5; }
span { border-color: rgb(206,187,165); }
td.TdClassName
{
border-color: #CEBBA5;
}
.TagClassName
{
border-color: #CEBBA5;
}
</style>