Shades of Silver #C9BBBB
Tints of Silver #C9BBBB
RGB
CMYK
RGB Variations
Color information
#C9BBBB (or 0xC9BBBB) is known color: Silver. HEX triplet: C9, BB and BB. RGB value is (201,187,187). Sum of RGB (Red+Green+Blue) = 201+187+187=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBBB is #364444. Grayscale: #BFBFBF. Windows color (decimal): -3556421 or 12303305. OLE color: 12303305.
HSL color Cylindrical-coordinate representation of color #C9BBBB: 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.07%. Process color model (Four color, CMYK) of #C9BBBB is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 187 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.21 |
| HSL | 0º | 0.11% | 0.76% | - |
| HSV(B) | 0º | 0.07% | 0.79% | - |
| XYZ | 50.83 | 51.55 | 54.28 | - |
| YUV | 191.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 187 | 0 | 0.07 | 0.07 | 0.21 | 0 | 0.11 | 0.76 |
| Hex | C9 | BB | BB | 0 | 7 | 7 | 15 | 0 | B | 4C |
| Octal | 311 | 273 | 273 | 0 | 7 | 7 | 25 | 0 | 13 | 114 |
| Binary | 11001001 | 10111011 | 10111011 | 0 | 111 | 111 | 10101 | 0 | 1011 | 1001100 |
Color Harmonies of #C9BBBB
Complementary color
Monochromatic Colors of #C9BBBB
Black with #C9BBBB
Text Example
Text Example
White with #C9BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBBB; }
p { color: rgb(201,187,187); }
H1.HeaderClassName
{
color: #C9BBBB;
}
.AnyTagClassName
{
color: #C9BBBB;
}
</style>
background-color css
<style>
a { background-color: #C9BBBB; }
a { background-color: rgb(201,187,187); }
div.DivClassName
{
background-color: #C9BBBB;
}
.BgClassName
{
background-color: #C9BBBB;
}
</style>
border-color css
<style>
span { border-color: #C9BBBB; }
span { border-color: rgb(201,187,187); }
td.TdClassName
{
border-color: #C9BBBB;
}
.TagClassName
{
border-color: #C9BBBB;
}
</style>