Shades of Silver #C6BDBD
Tints of Silver #C6BDBD
RGB
CMYK
RGB Variations
Color information
#C6BDBD (or 0xC6BDBD) is known color: Silver. HEX triplet: C6, BD and BD. RGB value is (198,189,189). Sum of RGB (Red+Green+Blue) = 198+189+189=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDBD is #394242. Grayscale: #BFBFBF. Windows color (decimal): -3752515 or 12434886. OLE color: 12434886.
HSL color Cylindrical-coordinate representation of color #C6BDBD: hue angle of 0º degrees, saturation: 0.07, 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 #C6BDBD is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 189 | 189 | - |
CMYK | 0 | 0.05 | 0.05 | 0.22 |
HSL | 0º | 0.07% | 0.76% | - |
HSV(B) | 0º | 0.05% | 0.78% | - |
XYZ | 50.67 | 52.08 | 55.52 | - |
YUV | 191.69 | 126.48 | 132.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 189 | 189 | 0 | 0.05 | 0.05 | 0.22 | 0 | 0.07 | 0.76 |
Hex | C6 | BD | BD | 0 | 5 | 5 | 16 | 0 | 7 | 4C |
Octal | 306 | 275 | 275 | 0 | 5 | 5 | 26 | 0 | 7 | 114 |
Binary | 11000110 | 10111101 | 10111101 | 0 | 101 | 101 | 10110 | 0 | 111 | 1001100 |
Color Harmonies of #C6BDBD
Complementary color
Monochromatic Colors of #C6BDBD
Black with #C6BDBD
Text Example
Text Example
White with #C6BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDBD; }
p { color: rgb(198,189,189); }
H1.HeaderClassName
{
color: #C6BDBD;
}
.AnyTagClassName
{
color: #C6BDBD;
}
</style>
background-color css
<style>
a { background-color: #C6BDBD; }
a { background-color: rgb(198,189,189); }
div.DivClassName
{
background-color: #C6BDBD;
}
.BgClassName
{
background-color: #C6BDBD;
}
</style>
border-color css
<style>
span { border-color: #C6BDBD; }
span { border-color: rgb(198,189,189); }
td.TdClassName
{
border-color: #C6BDBD;
}
.TagClassName
{
border-color: #C6BDBD;
}
</style>