Shades of Soft Amber #CEBDAA
Tints of Soft Amber #CEBDAA
RGB
CMYK
RGB Variations
Color information
#CEBDAA (or 0xCEBDAA) is known color: Soft Amber. HEX triplet: CE, BD and AA. RGB value is (206,189,170). Sum of RGB (Red+Green+Blue) = 206+189+170=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDAA is #314255. Grayscale: #C0C0C0. Windows color (decimal): -3228246 or 11189710. OLE color: 11189710.
HSL color Cylindrical-coordinate representation of color #CEBDAA: hue angle of 31.67º 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 #CEBDAA is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 170 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.19 |
| HSL | 31.67º | 0.27% | 0.74% | - |
| HSV(B) | 31.67º | 0.17% | 0.81% | - |
| XYZ | 50.91 | 52.42 | 45.47 | - |
| YUV | 191.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 170 | 0 | 0.08 | 0.17 | 0.19 | 31.67 | 0.27 | 0.74 |
| Hex | CE | BD | AA | 0 | 8 | 11 | 13 | 20 | 1B | 4A |
| Octal | 316 | 275 | 252 | 0 | 10 | 21 | 23 | 40 | 33 | 112 |
| Binary | 11001110 | 10111101 | 10101010 | 0 | 1000 | 10001 | 10011 | 100000 | 11011 | 1001010 |
Color Harmonies of #CEBDAA
Complementary color
Monochromatic Colors of #CEBDAA
Black with #CEBDAA
Text Example
Text Example
White with #CEBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDAA; }
p { color: rgb(206,189,170); }
H1.HeaderClassName
{
color: #CEBDAA;
}
.AnyTagClassName
{
color: #CEBDAA;
}
</style>
background-color css
<style>
a { background-color: #CEBDAA; }
a { background-color: rgb(206,189,170); }
div.DivClassName
{
background-color: #CEBDAA;
}
.BgClassName
{
background-color: #CEBDAA;
}
</style>
border-color css
<style>
span { border-color: #CEBDAA; }
span { border-color: rgb(206,189,170); }
td.TdClassName
{
border-color: #CEBDAA;
}
.TagClassName
{
border-color: #CEBDAA;
}
</style>