Shades of French Grey #C7C6C8
Tints of French Grey #C7C6C8
RGB
CMYK
RGB Variations
Color information
#C7C6C8 (or 0xC7C6C8) is known color: French Grey. HEX triplet: C7, C6 and C8. RGB value is (199,198,200). Sum of RGB (Red+Green+Blue) = 199+198+200=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 200 - color contains mainly: blue. Hex color #C7C6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C6C8 is #383937. Grayscale: #C6C6C6. Windows color (decimal): -3684664 or 13158087. OLE color: 13158087.
HSL color Cylindrical-coordinate representation of color #C7C6C8: hue angle of 270º degrees, saturation: 0.02, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C7C6C8 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 198 | 200 | - |
CMYK | 0.00 | 0.01 | 0 | 0.22 |
HSL | 270º | 0.02% | 0.78% | - |
HSV(B) | 270º | 0.01% | 0.78% | - |
XYZ | 54.17 | 56.7 | 62.73 | - |
YUV | 198.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 198 | 200 | 0.00 | 0.01 | 0 | 0.22 | 270 | 0.02 | 0.78 |
Hex | C7 | C6 | C8 | 0 | 1 | 0 | 16 | 10E | 2 | 4E |
Octal | 307 | 306 | 310 | 0 | 1 | 0 | 26 | 416 | 2 | 116 |
Binary | 11000111 | 11000110 | 11001000 | 0 | 1 | 0 | 10110 | 100001110 | 10 | 1001110 |
Color Harmonies of #C7C6C8
Complementary color
Monochromatic Colors of #C7C6C8
Black with #C7C6C8
Text Example
Text Example
White with #C7C6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C6C8; }
p { color: rgb(199,198,200); }
H1.HeaderClassName
{
color: #C7C6C8;
}
.AnyTagClassName
{
color: #C7C6C8;
}
</style>
background-color css
<style>
a { background-color: #C7C6C8; }
a { background-color: rgb(199,198,200); }
div.DivClassName
{
background-color: #C7C6C8;
}
.BgClassName
{
background-color: #C7C6C8;
}
</style>
border-color css
<style>
span { border-color: #C7C6C8; }
span { border-color: rgb(199,198,200); }
td.TdClassName
{
border-color: #C7C6C8;
}
.TagClassName
{
border-color: #C7C6C8;
}
</style>