Shades of French Grey #C7C2CD
Tints of French Grey #C7C2CD
RGB
CMYK
RGB Variations
Color information
#C7C2CD (or 0xC7C2CD) is known color: French Grey. HEX triplet: C7, C2 and CD. RGB value is (199,194,205). Sum of RGB (Red+Green+Blue) = 199+194+205=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7C2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2CD is #383D32. Grayscale: #C4C4C4. Windows color (decimal): -3685683 or 13484743. OLE color: 13484743.
HSL color Cylindrical-coordinate representation of color #C7C2CD: hue angle of 267.27º 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 #C7C2CD is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 194 | 205 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.20 |
| HSL | 267.27º | 0.1% | 0.78% | - |
| HSV(B) | 267.27º | 0.05% | 0.8% | - |
| XYZ | 53.86 | 55.13 | 65.56 | - |
| YUV | 196.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 205 | 0.03 | 0.05 | 0 | 0.20 | 267.27 | 0.1 | 0.78 |
| Hex | C7 | C2 | CD | 3 | 5 | 0 | 14 | 10B | A | 4E |
| Octal | 307 | 302 | 315 | 3 | 5 | 0 | 24 | 413 | 12 | 116 |
| Binary | 11000111 | 11000010 | 11001101 | 11 | 101 | 0 | 10100 | 100001011 | 1010 | 1001110 |
Color Harmonies of #C7C2CD
Complementary color
Monochromatic Colors of #C7C2CD
Black with #C7C2CD
Text Example
Text Example
White with #C7C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2CD; }
p { color: rgb(199,194,205); }
H1.HeaderClassName
{
color: #C7C2CD;
}
.AnyTagClassName
{
color: #C7C2CD;
}
</style>
background-color css
<style>
a { background-color: #C7C2CD; }
a { background-color: rgb(199,194,205); }
div.DivClassName
{
background-color: #C7C2CD;
}
.BgClassName
{
background-color: #C7C2CD;
}
</style>
border-color css
<style>
span { border-color: #C7C2CD; }
span { border-color: rgb(199,194,205); }
td.TdClassName
{
border-color: #C7C2CD;
}
.TagClassName
{
border-color: #C7C2CD;
}
</style>