Shades of French Grey #C2C0C6
Tints of French Grey #C2C0C6
RGB
CMYK
RGB Variations
Color information
#C2C0C6 (or 0xC2C0C6) is known color: French Grey. HEX triplet: C2, C0 and C6. RGB value is (194,192,198). Sum of RGB (Red+Green+Blue) = 194+192+198=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 198 - color contains mainly: blue. Hex color #C2C0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0C6 is #3D3F39. Grayscale: #C1C1C1. Windows color (decimal): -4013882 or 13025474. OLE color: 13025474.
HSL color Cylindrical-coordinate representation of color #C2C0C6: hue angle of 260º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C2C0C6 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 192 | 198 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.22 |
| HSL | 260º | 0.05% | 0.76% | - |
| HSV(B) | 260º | 0.03% | 0.78% | - |
| XYZ | 51.29 | 53.25 | 61 | - |
| YUV | 193.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 198 | 0.02 | 0.03 | 0 | 0.22 | 260 | 0.05 | 0.76 |
| Hex | C2 | C0 | C6 | 2 | 3 | 0 | 16 | 104 | 5 | 4C |
| Octal | 302 | 300 | 306 | 2 | 3 | 0 | 26 | 404 | 5 | 114 |
| Binary | 11000010 | 11000000 | 11000110 | 10 | 11 | 0 | 10110 | 100000100 | 101 | 1001100 |
Color Harmonies of #C2C0C6
Complementary color
Monochromatic Colors of #C2C0C6
Black with #C2C0C6
Text Example
Text Example
White with #C2C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0C6; }
p { color: rgb(194,192,198); }
H1.HeaderClassName
{
color: #C2C0C6;
}
.AnyTagClassName
{
color: #C2C0C6;
}
</style>
background-color css
<style>
a { background-color: #C2C0C6; }
a { background-color: rgb(194,192,198); }
div.DivClassName
{
background-color: #C2C0C6;
}
.BgClassName
{
background-color: #C2C0C6;
}
</style>
border-color css
<style>
span { border-color: #C2C0C6; }
span { border-color: rgb(194,192,198); }
td.TdClassName
{
border-color: #C2C0C6;
}
.TagClassName
{
border-color: #C2C0C6;
}
</style>