Shades of French Grey #C7C5C9
Tints of French Grey #C7C5C9
RGB
CMYK
RGB Variations
Color information
#C7C5C9 (or 0xC7C5C9) is known color: French Grey. HEX triplet: C7, C5 and C9. RGB value is (199,197,201). Sum of RGB (Red+Green+Blue) = 199+197+201=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 201 - color contains mainly: blue. Hex color #C7C5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5C9 is #383A36. Grayscale: #C6C6C6. Windows color (decimal): -3684919 or 13223367. OLE color: 13223367.
HSL color Cylindrical-coordinate representation of color #C7C5C9: hue angle of 270º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C7C5C9 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 199 | 197 | 201 | - |
CMYK | 0.01 | 0.02 | 0 | 0.21 |
HSL | 270º | 0.04% | 0.78% | - |
HSV(B) | 270º | 0.02% | 0.79% | - |
XYZ | 54.06 | 56.29 | 63.27 | - |
YUV | 198.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 197 | 201 | 0.01 | 0.02 | 0 | 0.21 | 270 | 0.04 | 0.78 |
Hex | C7 | C5 | C9 | 1 | 2 | 0 | 15 | 10E | 4 | 4E |
Octal | 307 | 305 | 311 | 1 | 2 | 0 | 25 | 416 | 4 | 116 |
Binary | 11000111 | 11000101 | 11001001 | 1 | 10 | 0 | 10101 | 100001110 | 100 | 1001110 |
Color Harmonies of #C7C5C9
Complementary color
Monochromatic Colors of #C7C5C9
Black with #C7C5C9
Text Example
Text Example
White with #C7C5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C5C9; }
p { color: rgb(199,197,201); }
H1.HeaderClassName
{
color: #C7C5C9;
}
.AnyTagClassName
{
color: #C7C5C9;
}
</style>
background-color css
<style>
a { background-color: #C7C5C9; }
a { background-color: rgb(199,197,201); }
div.DivClassName
{
background-color: #C7C5C9;
}
.BgClassName
{
background-color: #C7C5C9;
}
</style>
border-color css
<style>
span { border-color: #C7C5C9; }
span { border-color: rgb(199,197,201); }
td.TdClassName
{
border-color: #C7C5C9;
}
.TagClassName
{
border-color: #C7C5C9;
}
</style>