Shades of Soft Amber #CEBBA4
Tints of Soft Amber #CEBBA4
RGB
CMYK
RGB Variations
Color information
#CEBBA4 (or 0xCEBBA4) is known color: Soft Amber. HEX triplet: CE, BB and A4. RGB value is (206,187,164). Sum of RGB (Red+Green+Blue) = 206+187+164=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBA4 is #31445B. Grayscale: #BEBEBE. Windows color (decimal): -3228764 or 10795982. OLE color: 10795982.
HSL color Cylindrical-coordinate representation of color #CEBBA4: hue angle of 32.86º degrees, saturation: 0.3, 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 #CEBBA4 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 164 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.19 |
| HSL | 32.86º | 0.3% | 0.73% | - |
| HSV(B) | 32.86º | 0.2% | 0.81% | - |
| XYZ | 49.92 | 51.34 | 42.4 | - |
| YUV | 190.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 164 | 0 | 0.09 | 0.20 | 0.19 | 32.86 | 0.3 | 0.73 |
| Hex | CE | BB | A4 | 0 | 9 | 14 | 13 | 21 | 1E | 49 |
| Octal | 316 | 273 | 244 | 0 | 11 | 24 | 23 | 41 | 36 | 111 |
| Binary | 11001110 | 10111011 | 10100100 | 0 | 1001 | 10100 | 10011 | 100001 | 11110 | 1001001 |
Color Harmonies of #CEBBA4
Complementary color
Monochromatic Colors of #CEBBA4
Black with #CEBBA4
Text Example
Text Example
White with #CEBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBA4; }
p { color: rgb(206,187,164); }
H1.HeaderClassName
{
color: #CEBBA4;
}
.AnyTagClassName
{
color: #CEBBA4;
}
</style>
background-color css
<style>
a { background-color: #CEBBA4; }
a { background-color: rgb(206,187,164); }
div.DivClassName
{
background-color: #CEBBA4;
}
.BgClassName
{
background-color: #CEBBA4;
}
</style>
border-color css
<style>
span { border-color: #CEBBA4; }
span { border-color: rgb(206,187,164); }
td.TdClassName
{
border-color: #CEBBA4;
}
.TagClassName
{
border-color: #CEBBA4;
}
</style>