Shades of Soft Amber #CEC2AD
Tints of Soft Amber #CEC2AD
RGB
CMYK
RGB Variations
Color information
#CEC2AD (or 0xCEC2AD) is known color: Soft Amber. HEX triplet: CE, C2 and AD. RGB value is (206,194,173). Sum of RGB (Red+Green+Blue) = 206+194+173=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2AD is #313D52. Grayscale: #C3C3C3. Windows color (decimal): -3226963 or 11387598. OLE color: 11387598.
HSL color Cylindrical-coordinate representation of color #CEC2AD: hue angle of 38.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC2AD is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 173 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.19 |
| HSL | 38.18º | 0.25% | 0.74% | - |
| HSV(B) | 38.18º | 0.16% | 0.81% | - |
| XYZ | 52.29 | 54.72 | 47.34 | - |
| YUV | 195.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 173 | 0 | 0.06 | 0.16 | 0.19 | 38.18 | 0.25 | 0.74 |
| Hex | CE | C2 | AD | 0 | 6 | 10 | 13 | 26 | 19 | 4A |
| Octal | 316 | 302 | 255 | 0 | 6 | 20 | 23 | 46 | 31 | 112 |
| Binary | 11001110 | 11000010 | 10101101 | 0 | 110 | 10000 | 10011 | 100110 | 11001 | 1001010 |
Color Harmonies of #CEC2AD
Complementary color
Monochromatic Colors of #CEC2AD
Black with #CEC2AD
Text Example
Text Example
White with #CEC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2AD; }
p { color: rgb(206,194,173); }
H1.HeaderClassName
{
color: #CEC2AD;
}
.AnyTagClassName
{
color: #CEC2AD;
}
</style>
background-color css
<style>
a { background-color: #CEC2AD; }
a { background-color: rgb(206,194,173); }
div.DivClassName
{
background-color: #CEC2AD;
}
.BgClassName
{
background-color: #CEC2AD;
}
</style>
border-color css
<style>
span { border-color: #CEC2AD; }
span { border-color: rgb(206,194,173); }
td.TdClassName
{
border-color: #CEC2AD;
}
.TagClassName
{
border-color: #CEC2AD;
}
</style>