Shades of Silver #C6BABA
Tints of Silver #C6BABA
RGB
CMYK
RGB Variations
Color information
#C6BABA (or 0xC6BABA) is known color: Silver. HEX triplet: C6, BA and BA. RGB value is (198,186,186). Sum of RGB (Red+Green+Blue) = 198+186+186=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BABA is #394545. Grayscale: #BDBDBD. Windows color (decimal): -3753286 or 12237510. OLE color: 12237510.
HSL color Cylindrical-coordinate representation of color #C6BABA: hue angle of 0º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BABA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 186 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.22 |
| HSL | 0º | 0.1% | 0.75% | - |
| HSV(B) | 0º | 0.06% | 0.78% | - |
| XYZ | 49.71 | 50.67 | 53.61 | - |
| YUV | 189.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 186 | 0 | 0.06 | 0.06 | 0.22 | 0 | 0.1 | 0.75 |
| Hex | C6 | BA | BA | 0 | 6 | 6 | 16 | 0 | A | 4B |
| Octal | 306 | 272 | 272 | 0 | 6 | 6 | 26 | 0 | 12 | 113 |
| Binary | 11000110 | 10111010 | 10111010 | 0 | 110 | 110 | 10110 | 0 | 1010 | 1001011 |
Color Harmonies of #C6BABA
Complementary color
Monochromatic Colors of #C6BABA
Black with #C6BABA
Text Example
Text Example
White with #C6BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BABA; }
p { color: rgb(198,186,186); }
H1.HeaderClassName
{
color: #C6BABA;
}
.AnyTagClassName
{
color: #C6BABA;
}
</style>
background-color css
<style>
a { background-color: #C6BABA; }
a { background-color: rgb(198,186,186); }
div.DivClassName
{
background-color: #C6BABA;
}
.BgClassName
{
background-color: #C6BABA;
}
</style>
border-color css
<style>
span { border-color: #C6BABA; }
span { border-color: rgb(198,186,186); }
td.TdClassName
{
border-color: #C6BABA;
}
.TagClassName
{
border-color: #C6BABA;
}
</style>