Shades of Soft Amber #CEBDA7
Tints of Soft Amber #CEBDA7
RGB
CMYK
RGB Variations
Color information
#CEBDA7 (or 0xCEBDA7) is known color: Soft Amber. HEX triplet: CE, BD and A7. RGB value is (206,189,167). Sum of RGB (Red+Green+Blue) = 206+189+167=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA7 is #314258. Grayscale: #BFBFBF. Windows color (decimal): -3228249 or 10993102. OLE color: 10993102.
HSL color Cylindrical-coordinate representation of color #CEBDA7: hue angle of 33.85º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEBDA7 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 167 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.19 |
| HSL | 33.85º | 0.28% | 0.73% | - |
| HSV(B) | 33.85º | 0.19% | 0.81% | - |
| XYZ | 50.63 | 52.31 | 43.99 | - |
| YUV | 191.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 167 | 0 | 0.08 | 0.19 | 0.19 | 33.85 | 0.28 | 0.73 |
| Hex | CE | BD | A7 | 0 | 8 | 13 | 13 | 22 | 1C | 49 |
| Octal | 316 | 275 | 247 | 0 | 10 | 23 | 23 | 42 | 34 | 111 |
| Binary | 11001110 | 10111101 | 10100111 | 0 | 1000 | 10011 | 10011 | 100010 | 11100 | 1001001 |
Color Harmonies of #CEBDA7
Complementary color
Monochromatic Colors of #CEBDA7
Black with #CEBDA7
Text Example
Text Example
White with #CEBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDA7; }
p { color: rgb(206,189,167); }
H1.HeaderClassName
{
color: #CEBDA7;
}
.AnyTagClassName
{
color: #CEBDA7;
}
</style>
background-color css
<style>
a { background-color: #CEBDA7; }
a { background-color: rgb(206,189,167); }
div.DivClassName
{
background-color: #CEBDA7;
}
.BgClassName
{
background-color: #CEBDA7;
}
</style>
border-color css
<style>
span { border-color: #CEBDA7; }
span { border-color: rgb(206,189,167); }
td.TdClassName
{
border-color: #CEBDA7;
}
.TagClassName
{
border-color: #CEBDA7;
}
</style>