Shades of Silver #C1B9B9
Tints of Silver #C1B9B9
RGB
CMYK
RGB Variations
Color information
#C1B9B9 (or 0xC1B9B9) is known color: Silver. HEX triplet: C1, B9 and B9. RGB value is (193,185,185). Sum of RGB (Red+Green+Blue) = 193+185+185=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B9B9 is #3E4646. Grayscale: #BBBBBB. Windows color (decimal): -4081223 or 12171713. OLE color: 12171713.
HSL color Cylindrical-coordinate representation of color #C1B9B9: hue angle of 0º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1B9B9 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 185 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.24 |
| HSL | 0º | 0.06% | 0.74% | - |
| HSV(B) | 0º | 0.04% | 0.76% | - |
| XYZ | 48.1 | 49.54 | 52.93 | - |
| YUV | 187.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 185 | 0 | 0.04 | 0.04 | 0.24 | 0 | 0.06 | 0.74 |
| Hex | C1 | B9 | B9 | 0 | 4 | 4 | 18 | 0 | 6 | 4A |
| Octal | 301 | 271 | 271 | 0 | 4 | 4 | 30 | 0 | 6 | 112 |
| Binary | 11000001 | 10111001 | 10111001 | 0 | 100 | 100 | 11000 | 0 | 110 | 1001010 |
Color Harmonies of #C1B9B9
Complementary color
Monochromatic Colors of #C1B9B9
Black with #C1B9B9
Text Example
Text Example
White with #C1B9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B9B9; }
p { color: rgb(193,185,185); }
H1.HeaderClassName
{
color: #C1B9B9;
}
.AnyTagClassName
{
color: #C1B9B9;
}
</style>
background-color css
<style>
a { background-color: #C1B9B9; }
a { background-color: rgb(193,185,185); }
div.DivClassName
{
background-color: #C1B9B9;
}
.BgClassName
{
background-color: #C1B9B9;
}
</style>
border-color css
<style>
span { border-color: #C1B9B9; }
span { border-color: rgb(193,185,185); }
td.TdClassName
{
border-color: #C1B9B9;
}
.TagClassName
{
border-color: #C1B9B9;
}
</style>