Shades of Soft Amber #C9BCA5
Tints of Soft Amber #C9BCA5
RGB
CMYK
RGB Variations
Color information
#C9BCA5 (or 0xC9BCA5) is known color: Soft Amber. HEX triplet: C9, BC and A5. RGB value is (201,188,165). Sum of RGB (Red+Green+Blue) = 201+188+165=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCA5 is #36435A. Grayscale: #BDBDBD. Windows color (decimal): -3556187 or 10861769. OLE color: 10861769.
HSL color Cylindrical-coordinate representation of color #C9BCA5: hue angle of 38.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BCA5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 165 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.21 |
| HSL | 38.33º | 0.25% | 0.72% | - |
| HSV(B) | 38.33º | 0.18% | 0.79% | - |
| XYZ | 48.86 | 51.1 | 42.89 | - |
| YUV | 189.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 165 | 0 | 0.06 | 0.18 | 0.21 | 38.33 | 0.25 | 0.72 |
| Hex | C9 | BC | A5 | 0 | 6 | 12 | 15 | 26 | 19 | 48 |
| Octal | 311 | 274 | 245 | 0 | 6 | 22 | 25 | 46 | 31 | 110 |
| Binary | 11001001 | 10111100 | 10100101 | 0 | 110 | 10010 | 10101 | 100110 | 11001 | 1001000 |
Color Harmonies of #C9BCA5
Complementary color
Monochromatic Colors of #C9BCA5
Black with #C9BCA5
Text Example
Text Example
White with #C9BCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCA5; }
p { color: rgb(201,188,165); }
H1.HeaderClassName
{
color: #C9BCA5;
}
.AnyTagClassName
{
color: #C9BCA5;
}
</style>
background-color css
<style>
a { background-color: #C9BCA5; }
a { background-color: rgb(201,188,165); }
div.DivClassName
{
background-color: #C9BCA5;
}
.BgClassName
{
background-color: #C9BCA5;
}
</style>
border-color css
<style>
span { border-color: #C9BCA5; }
span { border-color: rgb(201,188,165); }
td.TdClassName
{
border-color: #C9BCA5;
}
.TagClassName
{
border-color: #C9BCA5;
}
</style>