Shades of Soft Amber #C9BEAB
Tints of Soft Amber #C9BEAB
RGB
CMYK
RGB Variations
Color information
#C9BEAB (or 0xC9BEAB) is known color: Soft Amber. HEX triplet: C9, BE and AB. RGB value is (201,190,171). Sum of RGB (Red+Green+Blue) = 201+190+171=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BEAB is #364154. Grayscale: #BFBFBF. Windows color (decimal): -3555669 or 11255497. OLE color: 11255497.
HSL color Cylindrical-coordinate representation of color #C9BEAB: hue angle of 38º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BEAB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 171 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.21 |
| HSL | 38º | 0.22% | 0.73% | - |
| HSV(B) | 38º | 0.15% | 0.79% | - |
| XYZ | 49.85 | 52.18 | 45.97 | - |
| YUV | 191.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 171 | 0 | 0.05 | 0.15 | 0.21 | 38 | 0.22 | 0.73 |
| Hex | C9 | BE | AB | 0 | 5 | F | 15 | 26 | 16 | 49 |
| Octal | 311 | 276 | 253 | 0 | 5 | 17 | 25 | 46 | 26 | 111 |
| Binary | 11001001 | 10111110 | 10101011 | 0 | 101 | 1111 | 10101 | 100110 | 10110 | 1001001 |
Color Harmonies of #C9BEAB
Complementary color
Monochromatic Colors of #C9BEAB
Black with #C9BEAB
Text Example
Text Example
White with #C9BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEAB; }
p { color: rgb(201,190,171); }
H1.HeaderClassName
{
color: #C9BEAB;
}
.AnyTagClassName
{
color: #C9BEAB;
}
</style>
background-color css
<style>
a { background-color: #C9BEAB; }
a { background-color: rgb(201,190,171); }
div.DivClassName
{
background-color: #C9BEAB;
}
.BgClassName
{
background-color: #C9BEAB;
}
</style>
border-color css
<style>
span { border-color: #C9BEAB; }
span { border-color: rgb(201,190,171); }
td.TdClassName
{
border-color: #C9BEAB;
}
.TagClassName
{
border-color: #C9BEAB;
}
</style>