Shades of Silver #C6C5C5
Tints of Silver #C6C5C5
RGB
CMYK
RGB Variations
Color information
#C6C5C5 (or 0xC6C5C5) is known color: Silver. HEX triplet: C6, C5 and C5. RGB value is (198,197,197). Sum of RGB (Red+Green+Blue) = 198+197+197=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C5C5 is #393A3A. Grayscale: #C5C5C5. Windows color (decimal): -3750459 or 12961222. OLE color: 12961222.
HSL color Cylindrical-coordinate representation of color #C6C5C5: hue angle of 0º degrees, saturation: 0.01, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C6C5C5 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 197 | 197 | - |
CMYK | 0 | 0.01 | 0.01 | 0.22 |
HSL | 0º | 0.01% | 0.77% | - |
HSV(B) | 0º | 0.01% | 0.78% | - |
XYZ | 53.33 | 55.97 | 60.82 | - |
YUV | 197.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 197 | 197 | 0 | 0.01 | 0.01 | 0.22 | 0 | 0.01 | 0.77 |
Hex | C6 | C5 | C5 | 0 | 1 | 1 | 16 | 0 | 1 | 4D |
Octal | 306 | 305 | 305 | 0 | 1 | 1 | 26 | 0 | 1 | 115 |
Binary | 11000110 | 11000101 | 11000101 | 0 | 1 | 1 | 10110 | 0 | 1 | 1001101 |
Color Harmonies of #C6C5C5
Complementary color
Monochromatic Colors of #C6C5C5
Black with #C6C5C5
Text Example
Text Example
White with #C6C5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C5C5; }
p { color: rgb(198,197,197); }
H1.HeaderClassName
{
color: #C6C5C5;
}
.AnyTagClassName
{
color: #C6C5C5;
}
</style>
background-color css
<style>
a { background-color: #C6C5C5; }
a { background-color: rgb(198,197,197); }
div.DivClassName
{
background-color: #C6C5C5;
}
.BgClassName
{
background-color: #C6C5C5;
}
</style>
border-color css
<style>
span { border-color: #C6C5C5; }
span { border-color: rgb(198,197,197); }
td.TdClassName
{
border-color: #C6C5C5;
}
.TagClassName
{
border-color: #C6C5C5;
}
</style>