Shades of Soft Amber #CEBDA4
Tints of Soft Amber #CEBDA4
RGB
CMYK
RGB Variations
Color information
#CEBDA4 (or 0xCEBDA4) is known color: Soft Amber. HEX triplet: CE, BD and A4. RGB value is (206,189,164). Sum of RGB (Red+Green+Blue) = 206+189+164=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDA4 is #31425B. Grayscale: #BFBFBF. Windows color (decimal): -3228252 or 10796494. OLE color: 10796494.
HSL color Cylindrical-coordinate representation of color #CEBDA4: hue angle of 35.71º 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 #CEBDA4 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 164 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.19 |
| HSL | 35.71º | 0.3% | 0.73% | - |
| HSV(B) | 35.71º | 0.2% | 0.81% | - |
| XYZ | 50.35 | 52.2 | 42.54 | - |
| YUV | 191.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 164 | 0 | 0.08 | 0.20 | 0.19 | 35.71 | 0.3 | 0.73 |
| Hex | CE | BD | A4 | 0 | 8 | 14 | 13 | 24 | 1E | 49 |
| Octal | 316 | 275 | 244 | 0 | 10 | 24 | 23 | 44 | 36 | 111 |
| Binary | 11001110 | 10111101 | 10100100 | 0 | 1000 | 10100 | 10011 | 100100 | 11110 | 1001001 |
Color Harmonies of #CEBDA4
Complementary color
Monochromatic Colors of #CEBDA4
Black with #CEBDA4
Text Example
Text Example
White with #CEBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDA4; }
p { color: rgb(206,189,164); }
H1.HeaderClassName
{
color: #CEBDA4;
}
.AnyTagClassName
{
color: #CEBDA4;
}
</style>
background-color css
<style>
a { background-color: #CEBDA4; }
a { background-color: rgb(206,189,164); }
div.DivClassName
{
background-color: #CEBDA4;
}
.BgClassName
{
background-color: #CEBDA4;
}
</style>
border-color css
<style>
span { border-color: #CEBDA4; }
span { border-color: rgb(206,189,164); }
td.TdClassName
{
border-color: #CEBDA4;
}
.TagClassName
{
border-color: #CEBDA4;
}
</style>