Shades of Silver #C8BEBE
Tints of Silver #C8BEBE
RGB
CMYK
RGB Variations
Color information
#C8BEBE (or 0xC8BEBE) is known color: Silver. HEX triplet: C8, BE and BE. RGB value is (200,190,190). Sum of RGB (Red+Green+Blue) = 200+190+190=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEBE is #374141. Grayscale: #C1C1C1. Windows color (decimal): -3621186 or 12500680. OLE color: 12500680.
HSL color Cylindrical-coordinate representation of color #C8BEBE: hue angle of 0º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8BEBE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 190 | 190 | - |
CMYK | 0 | 0.05 | 0.05 | 0.22 |
HSL | 0º | 0.08% | 0.76% | - |
HSV(B) | 0º | 0.05% | 0.78% | - |
XYZ | 51.53 | 52.82 | 56.2 | - |
YUV | 192.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 190 | 190 | 0 | 0.05 | 0.05 | 0.22 | 0 | 0.08 | 0.76 |
Hex | C8 | BE | BE | 0 | 5 | 5 | 16 | 0 | 8 | 4C |
Octal | 310 | 276 | 276 | 0 | 5 | 5 | 26 | 0 | 10 | 114 |
Binary | 11001000 | 10111110 | 10111110 | 0 | 101 | 101 | 10110 | 0 | 1000 | 1001100 |
Color Harmonies of #C8BEBE
Complementary color
Monochromatic Colors of #C8BEBE
Black with #C8BEBE
Text Example
Text Example
White with #C8BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEBE; }
p { color: rgb(200,190,190); }
H1.HeaderClassName
{
color: #C8BEBE;
}
.AnyTagClassName
{
color: #C8BEBE;
}
</style>
background-color css
<style>
a { background-color: #C8BEBE; }
a { background-color: rgb(200,190,190); }
div.DivClassName
{
background-color: #C8BEBE;
}
.BgClassName
{
background-color: #C8BEBE;
}
</style>
border-color css
<style>
span { border-color: #C8BEBE; }
span { border-color: rgb(200,190,190); }
td.TdClassName
{
border-color: #C8BEBE;
}
.TagClassName
{
border-color: #C8BEBE;
}
</style>