Shades of Silver #C1BDBD
Tints of Silver #C1BDBD
RGB
CMYK
RGB Variations
Color information
#C1BDBD (or 0xC1BDBD) is known color: Silver. HEX triplet: C1, BD and BD. RGB value is (193,189,189). Sum of RGB (Red+Green+Blue) = 193+189+189=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDBD is #3E4242. Grayscale: #BEBEBE. Windows color (decimal): -4080195 or 12434881. OLE color: 12434881.
HSL color Cylindrical-coordinate representation of color #C1BDBD: hue angle of 0º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C1BDBD is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 189 | 189 | - |
CMYK | 0 | 0.02 | 0.02 | 0.24 |
HSL | 0º | 0.03% | 0.75% | - |
HSV(B) | 0º | 0.02% | 0.76% | - |
XYZ | 49.38 | 51.41 | 55.46 | - |
YUV | 190.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 189 | 189 | 0 | 0.02 | 0.02 | 0.24 | 0 | 0.03 | 0.75 |
Hex | C1 | BD | BD | 0 | 2 | 2 | 18 | 0 | 3 | 4B |
Octal | 301 | 275 | 275 | 0 | 2 | 2 | 30 | 0 | 3 | 113 |
Binary | 11000001 | 10111101 | 10111101 | 0 | 10 | 10 | 11000 | 0 | 11 | 1001011 |
Color Harmonies of #C1BDBD
Complementary color
Monochromatic Colors of #C1BDBD
Black with #C1BDBD
Text Example
Text Example
White with #C1BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDBD; }
p { color: rgb(193,189,189); }
H1.HeaderClassName
{
color: #C1BDBD;
}
.AnyTagClassName
{
color: #C1BDBD;
}
</style>
background-color css
<style>
a { background-color: #C1BDBD; }
a { background-color: rgb(193,189,189); }
div.DivClassName
{
background-color: #C1BDBD;
}
.BgClassName
{
background-color: #C1BDBD;
}
</style>
border-color css
<style>
span { border-color: #C1BDBD; }
span { border-color: rgb(193,189,189); }
td.TdClassName
{
border-color: #C1BDBD;
}
.TagClassName
{
border-color: #C1BDBD;
}
</style>