Shades of Soft Amber #C9BCAD
Tints of Soft Amber #C9BCAD
RGB
CMYK
RGB Variations
Color information
#C9BCAD (or 0xC9BCAD) is known color: Soft Amber. HEX triplet: C9, BC and AD. RGB value is (201,188,173). Sum of RGB (Red+Green+Blue) = 201+188+173=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCAD is #364352. Grayscale: #BEBEBE. Windows color (decimal): -3556179 or 11386057. OLE color: 11386057.
HSL color Cylindrical-coordinate representation of color #C9BCAD: hue angle of 32.14º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BCAD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 173 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.21 |
| HSL | 32.14º | 0.21% | 0.73% | - |
| HSV(B) | 32.14º | 0.14% | 0.79% | - |
| XYZ | 49.61 | 51.4 | 46.84 | - |
| YUV | 190.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 173 | 0 | 0.06 | 0.14 | 0.21 | 32.14 | 0.21 | 0.73 |
| Hex | C9 | BC | AD | 0 | 6 | E | 15 | 20 | 15 | 49 |
| Octal | 311 | 274 | 255 | 0 | 6 | 16 | 25 | 40 | 25 | 111 |
| Binary | 11001001 | 10111100 | 10101101 | 0 | 110 | 1110 | 10101 | 100000 | 10101 | 1001001 |
Color Harmonies of #C9BCAD
Complementary color
Monochromatic Colors of #C9BCAD
Black with #C9BCAD
Text Example
Text Example
White with #C9BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCAD; }
p { color: rgb(201,188,173); }
H1.HeaderClassName
{
color: #C9BCAD;
}
.AnyTagClassName
{
color: #C9BCAD;
}
</style>
background-color css
<style>
a { background-color: #C9BCAD; }
a { background-color: rgb(201,188,173); }
div.DivClassName
{
background-color: #C9BCAD;
}
.BgClassName
{
background-color: #C9BCAD;
}
</style>
border-color css
<style>
span { border-color: #C9BCAD; }
span { border-color: rgb(201,188,173); }
td.TdClassName
{
border-color: #C9BCAD;
}
.TagClassName
{
border-color: #C9BCAD;
}
</style>