Shades of Soft Amber #CEBBA2
Tints of Soft Amber #CEBBA2
RGB
CMYK
RGB Variations
Color information
#CEBBA2 (or 0xCEBBA2) is known color: Soft Amber. HEX triplet: CE, BB and A2. RGB value is (206,187,162). Sum of RGB (Red+Green+Blue) = 206+187+162=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBA2 is #31445D. Grayscale: #BDBDBD. Windows color (decimal): -3228766 or 10664910. OLE color: 10664910.
HSL color Cylindrical-coordinate representation of color #CEBBA2: hue angle of 34.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBBA2 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 162 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.19 |
| HSL | 34.09º | 0.31% | 0.72% | - |
| HSV(B) | 34.09º | 0.21% | 0.81% | - |
| XYZ | 49.75 | 51.27 | 41.46 | - |
| YUV | 189.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 162 | 0 | 0.09 | 0.21 | 0.19 | 34.09 | 0.31 | 0.72 |
| Hex | CE | BB | A2 | 0 | 9 | 15 | 13 | 22 | 1F | 48 |
| Octal | 316 | 273 | 242 | 0 | 11 | 25 | 23 | 42 | 37 | 110 |
| Binary | 11001110 | 10111011 | 10100010 | 0 | 1001 | 10101 | 10011 | 100010 | 11111 | 1001000 |
Color Harmonies of #CEBBA2
Complementary color
Monochromatic Colors of #CEBBA2
Black with #CEBBA2
Text Example
Text Example
White with #CEBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBA2; }
p { color: rgb(206,187,162); }
H1.HeaderClassName
{
color: #CEBBA2;
}
.AnyTagClassName
{
color: #CEBBA2;
}
</style>
background-color css
<style>
a { background-color: #CEBBA2; }
a { background-color: rgb(206,187,162); }
div.DivClassName
{
background-color: #CEBBA2;
}
.BgClassName
{
background-color: #CEBBA2;
}
</style>
border-color css
<style>
span { border-color: #CEBBA2; }
span { border-color: rgb(206,187,162); }
td.TdClassName
{
border-color: #CEBBA2;
}
.TagClassName
{
border-color: #CEBBA2;
}
</style>