Shades of Silver #C1BEBE
Tints of Silver #C1BEBE
RGB
CMYK
RGB Variations
Color information
#C1BEBE (or 0xC1BEBE) is known color: Silver. HEX triplet: C1, BE and BE. RGB value is (193,190,190). Sum of RGB (Red+Green+Blue) = 193+190+190=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEBE is #3E4141. Grayscale: #BEBEBE. Windows color (decimal): -4079938 or 12500673. OLE color: 12500673.
HSL color Cylindrical-coordinate representation of color #C1BEBE: hue angle of 0º degrees, saturation: 0.02, 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 #C1BEBE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 190 | 190 | - |
CMYK | 0 | 0.02 | 0.02 | 0.24 |
HSL | 0º | 0.02% | 0.75% | - |
HSV(B) | 0º | 0.02% | 0.76% | - |
XYZ | 49.7 | 51.88 | 56.11 | - |
YUV | 190.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 190 | 190 | 0 | 0.02 | 0.02 | 0.24 | 0 | 0.02 | 0.75 |
Hex | C1 | BE | BE | 0 | 2 | 2 | 18 | 0 | 2 | 4B |
Octal | 301 | 276 | 276 | 0 | 2 | 2 | 30 | 0 | 2 | 113 |
Binary | 11000001 | 10111110 | 10111110 | 0 | 10 | 10 | 11000 | 0 | 10 | 1001011 |
Color Harmonies of #C1BEBE
Complementary color
Monochromatic Colors of #C1BEBE
Black with #C1BEBE
Text Example
Text Example
White with #C1BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEBE; }
p { color: rgb(193,190,190); }
H1.HeaderClassName
{
color: #C1BEBE;
}
.AnyTagClassName
{
color: #C1BEBE;
}
</style>
background-color css
<style>
a { background-color: #C1BEBE; }
a { background-color: rgb(193,190,190); }
div.DivClassName
{
background-color: #C1BEBE;
}
.BgClassName
{
background-color: #C1BEBE;
}
</style>
border-color css
<style>
span { border-color: #C1BEBE; }
span { border-color: rgb(193,190,190); }
td.TdClassName
{
border-color: #C1BEBE;
}
.TagClassName
{
border-color: #C1BEBE;
}
</style>