Shades of Soft Amber #C9BDAB
Tints of Soft Amber #C9BDAB
RGB
CMYK
RGB Variations
Color information
#C9BDAB (or 0xC9BDAB) is known color: Soft Amber. HEX triplet: C9, BD and AB. RGB value is (201,189,171). Sum of RGB (Red+Green+Blue) = 201+189+171=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDAB is #364254. Grayscale: #BEBEBE. Windows color (decimal): -3555925 or 11255241. OLE color: 11255241.
HSL color Cylindrical-coordinate representation of color #C9BDAB: hue angle of 36º 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 #C9BDAB is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 171 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.21 |
| HSL | 36º | 0.22% | 0.73% | - |
| HSV(B) | 36º | 0.15% | 0.79% | - |
| XYZ | 49.64 | 51.75 | 45.9 | - |
| YUV | 190.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 171 | 0 | 0.06 | 0.15 | 0.21 | 36 | 0.22 | 0.73 |
| Hex | C9 | BD | AB | 0 | 6 | F | 15 | 24 | 16 | 49 |
| Octal | 311 | 275 | 253 | 0 | 6 | 17 | 25 | 44 | 26 | 111 |
| Binary | 11001001 | 10111101 | 10101011 | 0 | 110 | 1111 | 10101 | 100100 | 10110 | 1001001 |
Color Harmonies of #C9BDAB
Complementary color
Monochromatic Colors of #C9BDAB
Black with #C9BDAB
Text Example
Text Example
White with #C9BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDAB; }
p { color: rgb(201,189,171); }
H1.HeaderClassName
{
color: #C9BDAB;
}
.AnyTagClassName
{
color: #C9BDAB;
}
</style>
background-color css
<style>
a { background-color: #C9BDAB; }
a { background-color: rgb(201,189,171); }
div.DivClassName
{
background-color: #C9BDAB;
}
.BgClassName
{
background-color: #C9BDAB;
}
</style>
border-color css
<style>
span { border-color: #C9BDAB; }
span { border-color: rgb(201,189,171); }
td.TdClassName
{
border-color: #C9BDAB;
}
.TagClassName
{
border-color: #C9BDAB;
}
</style>