Shades of Silver #C1BCBC
Tints of Silver #C1BCBC
RGB
CMYK
RGB Variations
Color information
#C1BCBC (or 0xC1BCBC) is known color: Silver. HEX triplet: C1, BC and BC. RGB value is (193,188,188). Sum of RGB (Red+Green+Blue) = 193+188+188=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCBC is #3E4343. Grayscale: #BDBDBD. Windows color (decimal): -4080452 or 12369089. OLE color: 12369089.
HSL color Cylindrical-coordinate representation of color #C1BCBC: hue angle of 0º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1BCBC is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 188 | 188 | - |
CMYK | 0 | 0.03 | 0.03 | 0.24 |
HSL | 0º | 0.04% | 0.75% | - |
HSV(B) | 0º | 0.03% | 0.76% | - |
XYZ | 49.05 | 50.93 | 54.82 | - |
YUV | 189.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 188 | 188 | 0 | 0.03 | 0.03 | 0.24 | 0 | 0.04 | 0.75 |
Hex | C1 | BC | BC | 0 | 3 | 3 | 18 | 0 | 4 | 4B |
Octal | 301 | 274 | 274 | 0 | 3 | 3 | 30 | 0 | 4 | 113 |
Binary | 11000001 | 10111100 | 10111100 | 0 | 11 | 11 | 11000 | 0 | 100 | 1001011 |
Color Harmonies of #C1BCBC
Complementary color
Monochromatic Colors of #C1BCBC
Black with #C1BCBC
Text Example
Text Example
White with #C1BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCBC; }
p { color: rgb(193,188,188); }
H1.HeaderClassName
{
color: #C1BCBC;
}
.AnyTagClassName
{
color: #C1BCBC;
}
</style>
background-color css
<style>
a { background-color: #C1BCBC; }
a { background-color: rgb(193,188,188); }
div.DivClassName
{
background-color: #C1BCBC;
}
.BgClassName
{
background-color: #C1BCBC;
}
</style>
border-color css
<style>
span { border-color: #C1BCBC; }
span { border-color: rgb(193,188,188); }
td.TdClassName
{
border-color: #C1BCBC;
}
.TagClassName
{
border-color: #C1BCBC;
}
</style>