Shades of Silver #C9BABA
Tints of Silver #C9BABA
RGB
CMYK
RGB Variations
Color information
#C9BABA (or 0xC9BABA) is known color: Silver. HEX triplet: C9, BA and BA. RGB value is (201,186,186). Sum of RGB (Red+Green+Blue) = 201+186+186=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABA is #364545. Grayscale: #BEBEBE. Windows color (decimal): -3556678 or 12237513. OLE color: 12237513.
HSL color Cylindrical-coordinate representation of color #C9BABA: hue angle of 0º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BABA is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 186 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.21 |
| HSL | 0º | 0.12% | 0.76% | - |
| HSV(B) | 0º | 0.07% | 0.79% | - |
| XYZ | 50.51 | 51.08 | 53.65 | - |
| YUV | 190.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 186 | 0 | 0.07 | 0.07 | 0.21 | 0 | 0.12 | 0.76 |
| Hex | C9 | BA | BA | 0 | 7 | 7 | 15 | 0 | C | 4C |
| Octal | 311 | 272 | 272 | 0 | 7 | 7 | 25 | 0 | 14 | 114 |
| Binary | 11001001 | 10111010 | 10111010 | 0 | 111 | 111 | 10101 | 0 | 1100 | 1001100 |
Color Harmonies of #C9BABA
Complementary color
Monochromatic Colors of #C9BABA
Black with #C9BABA
Text Example
Text Example
White with #C9BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BABA; }
p { color: rgb(201,186,186); }
H1.HeaderClassName
{
color: #C9BABA;
}
.AnyTagClassName
{
color: #C9BABA;
}
</style>
background-color css
<style>
a { background-color: #C9BABA; }
a { background-color: rgb(201,186,186); }
div.DivClassName
{
background-color: #C9BABA;
}
.BgClassName
{
background-color: #C9BABA;
}
</style>
border-color css
<style>
span { border-color: #C9BABA; }
span { border-color: rgb(201,186,186); }
td.TdClassName
{
border-color: #C9BABA;
}
.TagClassName
{
border-color: #C9BABA;
}
</style>