Shades of Silver #C9BCBC
Tints of Silver #C9BCBC
RGB
CMYK
RGB Variations
Color information
#C9BCBC (or 0xC9BCBC) is known color: Silver. HEX triplet: C9, BC and BC. RGB value is (201,188,188). Sum of RGB (Red+Green+Blue) = 201+188+188=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCBC is #364343. Grayscale: #BFBFBF. Windows color (decimal): -3556164 or 12369097. OLE color: 12369097.
HSL color Cylindrical-coordinate representation of color #C9BCBC: hue angle of 0º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BCBC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 188 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.21 |
| HSL | 0º | 0.11% | 0.76% | - |
| HSV(B) | 0º | 0.06% | 0.79% | - |
| XYZ | 51.15 | 52.01 | 54.92 | - |
| YUV | 191.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 188 | 0 | 0.06 | 0.06 | 0.21 | 0 | 0.11 | 0.76 |
| Hex | C9 | BC | BC | 0 | 6 | 6 | 15 | 0 | B | 4C |
| Octal | 311 | 274 | 274 | 0 | 6 | 6 | 25 | 0 | 13 | 114 |
| Binary | 11001001 | 10111100 | 10111100 | 0 | 110 | 110 | 10101 | 0 | 1011 | 1001100 |
Color Harmonies of #C9BCBC
Complementary color
Monochromatic Colors of #C9BCBC
Black with #C9BCBC
Text Example
Text Example
White with #C9BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCBC; }
p { color: rgb(201,188,188); }
H1.HeaderClassName
{
color: #C9BCBC;
}
.AnyTagClassName
{
color: #C9BCBC;
}
</style>
background-color css
<style>
a { background-color: #C9BCBC; }
a { background-color: rgb(201,188,188); }
div.DivClassName
{
background-color: #C9BCBC;
}
.BgClassName
{
background-color: #C9BCBC;
}
</style>
border-color css
<style>
span { border-color: #C9BCBC; }
span { border-color: rgb(201,188,188); }
td.TdClassName
{
border-color: #C9BCBC;
}
.TagClassName
{
border-color: #C9BCBC;
}
</style>