Shades of Silver #C3BEBE
Tints of Silver #C3BEBE
RGB
CMYK
RGB Variations
Color information
#C3BEBE (or 0xC3BEBE) is known color: Silver. HEX triplet: C3, BE and BE. RGB value is (195,190,190). Sum of RGB (Red+Green+Blue) = 195+190+190=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEBE is #3C4141. Grayscale: #BFBFBF. Windows color (decimal): -3948866 or 12500675. OLE color: 12500675.
HSL color Cylindrical-coordinate representation of color #C3BEBE: 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 #C3BEBE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 190 | 190 | - |
CMYK | 0 | 0.03 | 0.03 | 0.24 |
HSL | 0º | 0.04% | 0.75% | - |
HSV(B) | 0º | 0.03% | 0.76% | - |
XYZ | 50.21 | 52.15 | 56.13 | - |
YUV | 191.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 190 | 190 | 0 | 0.03 | 0.03 | 0.24 | 0 | 0.04 | 0.75 |
Hex | C3 | BE | BE | 0 | 3 | 3 | 18 | 0 | 4 | 4B |
Octal | 303 | 276 | 276 | 0 | 3 | 3 | 30 | 0 | 4 | 113 |
Binary | 11000011 | 10111110 | 10111110 | 0 | 11 | 11 | 11000 | 0 | 100 | 1001011 |
Color Harmonies of #C3BEBE
Complementary color
Monochromatic Colors of #C3BEBE
Black with #C3BEBE
Text Example
Text Example
White with #C3BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEBE; }
p { color: rgb(195,190,190); }
H1.HeaderClassName
{
color: #C3BEBE;
}
.AnyTagClassName
{
color: #C3BEBE;
}
</style>
background-color css
<style>
a { background-color: #C3BEBE; }
a { background-color: rgb(195,190,190); }
div.DivClassName
{
background-color: #C3BEBE;
}
.BgClassName
{
background-color: #C3BEBE;
}
</style>
border-color css
<style>
span { border-color: #C3BEBE; }
span { border-color: rgb(195,190,190); }
td.TdClassName
{
border-color: #C3BEBE;
}
.TagClassName
{
border-color: #C3BEBE;
}
</style>