Shades of French Grey #C7C1CC
Tints of French Grey #C7C1CC
RGB
CMYK
RGB Variations
Color information
#C7C1CC (or 0xC7C1CC) is known color: French Grey. HEX triplet: C7, C1 and CC. RGB value is (199,193,204). Sum of RGB (Red+Green+Blue) = 199+193+204=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7C1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1CC is #383E33. Grayscale: #C4C4C4. Windows color (decimal): -3685940 or 13418951. OLE color: 13418951.
HSL color Cylindrical-coordinate representation of color #C7C1CC: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7C1CC is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 193 | 204 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.2 |
| HSL | 272.73º | 0.1% | 0.78% | - |
| HSV(B) | 272.73º | 0.05% | 0.8% | - |
| XYZ | 53.52 | 54.64 | 64.85 | - |
| YUV | 196.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 204 | 0.02 | 0.05 | 0 | 0.2 | 272.73 | 0.1 | 0.78 |
| Hex | C7 | C1 | CC | 2 | 5 | 0 | 14 | 111 | A | 4E |
| Octal | 307 | 301 | 314 | 2 | 5 | 0 | 24 | 421 | 12 | 116 |
| Binary | 11000111 | 11000001 | 11001100 | 10 | 101 | 0 | 10100 | 100010001 | 1010 | 1001110 |
Color Harmonies of #C7C1CC
Complementary color
Monochromatic Colors of #C7C1CC
Black with #C7C1CC
Text Example
Text Example
White with #C7C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1CC; }
p { color: rgb(199,193,204); }
H1.HeaderClassName
{
color: #C7C1CC;
}
.AnyTagClassName
{
color: #C7C1CC;
}
</style>
background-color css
<style>
a { background-color: #C7C1CC; }
a { background-color: rgb(199,193,204); }
div.DivClassName
{
background-color: #C7C1CC;
}
.BgClassName
{
background-color: #C7C1CC;
}
</style>
border-color css
<style>
span { border-color: #C7C1CC; }
span { border-color: rgb(199,193,204); }
td.TdClassName
{
border-color: #C7C1CC;
}
.TagClassName
{
border-color: #C7C1CC;
}
</style>