Shades of French Grey #C7C2CE
Tints of French Grey #C7C2CE
RGB
CMYK
RGB Variations
Color information
#C7C2CE (or 0xC7C2CE) is known color: French Grey. HEX triplet: C7, C2 and CE. RGB value is (199,194,206). Sum of RGB (Red+Green+Blue) = 199+194+206=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7C2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2CE is #383D31. Grayscale: #C4C4C4. Windows color (decimal): -3685682 or 13550279. OLE color: 13550279.
HSL color Cylindrical-coordinate representation of color #C7C2CE: hue angle of 265º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7C2CE is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 194 | 206 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.19 |
| HSL | 265º | 0.11% | 0.78% | - |
| HSV(B) | 265º | 0.06% | 0.81% | - |
| XYZ | 53.99 | 55.18 | 66.2 | - |
| YUV | 196.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 206 | 0.03 | 0.06 | 0 | 0.19 | 265 | 0.11 | 0.78 |
| Hex | C7 | C2 | CE | 3 | 6 | 0 | 13 | 109 | B | 4E |
| Octal | 307 | 302 | 316 | 3 | 6 | 0 | 23 | 411 | 13 | 116 |
| Binary | 11000111 | 11000010 | 11001110 | 11 | 110 | 0 | 10011 | 100001001 | 1011 | 1001110 |
Color Harmonies of #C7C2CE
Complementary color
Monochromatic Colors of #C7C2CE
Black with #C7C2CE
Text Example
Text Example
White with #C7C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2CE; }
p { color: rgb(199,194,206); }
H1.HeaderClassName
{
color: #C7C2CE;
}
.AnyTagClassName
{
color: #C7C2CE;
}
</style>
background-color css
<style>
a { background-color: #C7C2CE; }
a { background-color: rgb(199,194,206); }
div.DivClassName
{
background-color: #C7C2CE;
}
.BgClassName
{
background-color: #C7C2CE;
}
</style>
border-color css
<style>
span { border-color: #C7C2CE; }
span { border-color: rgb(199,194,206); }
td.TdClassName
{
border-color: #C7C2CE;
}
.TagClassName
{
border-color: #C7C2CE;
}
</style>