Shades of Silver #C1C1C1
Tints of Silver #C1C1C1
RGB
CMYK
RGB Variations
Color information
#C1C1C1 (or 0xC1C1C1) is known color: Silver. HEX triplet: C1, C1 and C1. RGB value is (193,193,193). Sum of RGB (Red+Green+Blue) = 193+193+193=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 193 - color contains mainly: red, green, blue. Hex color #C1C1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C1C1 is #3E3E3E. Grayscale: #C0C0C0. Windows color (decimal): -4079167 or 12698049. OLE color: 12698049.
HSL color Cylindrical-coordinate representation of color #C1C1C1: hue angle of 0º degrees, saturation: 0, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0%. Process color model (Four color, CMYK) of #C1C1C1 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 193 | 193 | - |
CMYK | 0 | 0 | 0 | 0.24 |
HSL | 0º | 0% | 0.76% | - |
HSV(B) | 0º | 0% | 0.76% | - |
XYZ | 50.69 | 53.33 | 58.07 | - |
YUV | 193 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 193 | 193 | 0 | 0 | 0 | 0.24 | 0 | 0 | 0.76 |
Hex | C1 | C1 | C1 | 0 | 0 | 0 | 18 | 0 | 0 | 4C |
Octal | 301 | 301 | 301 | 0 | 0 | 0 | 30 | 0 | 0 | 114 |
Binary | 11000001 | 11000001 | 11000001 | 0 | 0 | 0 | 11000 | 0 | 0 | 1001100 |
Color Harmonies of #C1C1C1
Complementary color
Monochromatic Colors of #C1C1C1
Black with #C1C1C1
Text Example
Text Example
White with #C1C1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C1C1; }
p { color: rgb(193,193,193); }
H1.HeaderClassName
{
color: #C1C1C1;
}
.AnyTagClassName
{
color: #C1C1C1;
}
</style>
background-color css
<style>
a { background-color: #C1C1C1; }
a { background-color: rgb(193,193,193); }
div.DivClassName
{
background-color: #C1C1C1;
}
.BgClassName
{
background-color: #C1C1C1;
}
</style>
border-color css
<style>
span { border-color: #C1C1C1; }
span { border-color: rgb(193,193,193); }
td.TdClassName
{
border-color: #C1C1C1;
}
.TagClassName
{
border-color: #C1C1C1;
}
</style>