Shades of Soft Amber #CEBCAA
Tints of Soft Amber #CEBCAA
RGB
CMYK
RGB Variations
Color information
#CEBCAA (or 0xCEBCAA) is known color: Soft Amber. HEX triplet: CE, BC and AA. RGB value is (206,188,170). Sum of RGB (Red+Green+Blue) = 206+188+170=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCAA is #314355. Grayscale: #BFBFBF. Windows color (decimal): -3228502 or 11189454. OLE color: 11189454.
HSL color Cylindrical-coordinate representation of color #CEBCAA: hue angle of 30º degrees, saturation: 0.27, 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 #CEBCAA is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 170 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.19 |
| HSL | 30º | 0.27% | 0.74% | - |
| HSV(B) | 30º | 0.17% | 0.81% | - |
| XYZ | 50.69 | 51.99 | 45.39 | - |
| YUV | 191.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 170 | 0 | 0.09 | 0.17 | 0.19 | 30 | 0.27 | 0.74 |
| Hex | CE | BC | AA | 0 | 9 | 11 | 13 | 1E | 1B | 4A |
| Octal | 316 | 274 | 252 | 0 | 11 | 21 | 23 | 36 | 33 | 112 |
| Binary | 11001110 | 10111100 | 10101010 | 0 | 1001 | 10001 | 10011 | 11110 | 11011 | 1001010 |
Color Harmonies of #CEBCAA
Complementary color
Monochromatic Colors of #CEBCAA
Black with #CEBCAA
Text Example
Text Example
White with #CEBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCAA; }
p { color: rgb(206,188,170); }
H1.HeaderClassName
{
color: #CEBCAA;
}
.AnyTagClassName
{
color: #CEBCAA;
}
</style>
background-color css
<style>
a { background-color: #CEBCAA; }
a { background-color: rgb(206,188,170); }
div.DivClassName
{
background-color: #CEBCAA;
}
.BgClassName
{
background-color: #CEBCAA;
}
</style>
border-color css
<style>
span { border-color: #CEBCAA; }
span { border-color: rgb(206,188,170); }
td.TdClassName
{
border-color: #CEBCAA;
}
.TagClassName
{
border-color: #CEBCAA;
}
</style>