Shades of French Grey #C6C5C7
Tints of French Grey #C6C5C7
RGB
CMYK
RGB Variations
Color information
#C6C5C7 (or 0xC6C5C7) is known color: French Grey. HEX triplet: C6, C5 and C7. RGB value is (198,197,199). Sum of RGB (Red+Green+Blue) = 198+197+199=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 199 - color contains mainly: blue. Hex color #C6C5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C5C7 is #393A38. Grayscale: #C5C5C5. Windows color (decimal): -3750457 or 13092294. OLE color: 13092294.
HSL color Cylindrical-coordinate representation of color #C6C5C7: 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 #C6C5C7 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 197 | 199 | - |
CMYK | 0.01 | 0.01 | 0 | 0.22 |
HSL | 270º | 0.02% | 0.78% | - |
HSV(B) | 270º | 0.01% | 0.78% | - |
XYZ | 53.56 | 56.06 | 62.03 | - |
YUV | 197.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 197 | 199 | 0.01 | 0.01 | 0 | 0.22 | 270 | 0.02 | 0.78 |
Hex | C6 | C5 | C7 | 1 | 1 | 0 | 16 | 10E | 2 | 4E |
Octal | 306 | 305 | 307 | 1 | 1 | 0 | 26 | 416 | 2 | 116 |
Binary | 11000110 | 11000101 | 11000111 | 1 | 1 | 0 | 10110 | 100001110 | 10 | 1001110 |
Color Harmonies of #C6C5C7
Complementary color
Monochromatic Colors of #C6C5C7
Black with #C6C5C7
Text Example
Text Example
White with #C6C5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C5C7; }
p { color: rgb(198,197,199); }
H1.HeaderClassName
{
color: #C6C5C7;
}
.AnyTagClassName
{
color: #C6C5C7;
}
</style>
background-color css
<style>
a { background-color: #C6C5C7; }
a { background-color: rgb(198,197,199); }
div.DivClassName
{
background-color: #C6C5C7;
}
.BgClassName
{
background-color: #C6C5C7;
}
</style>
border-color css
<style>
span { border-color: #C6C5C7; }
span { border-color: rgb(198,197,199); }
td.TdClassName
{
border-color: #C6C5C7;
}
.TagClassName
{
border-color: #C6C5C7;
}
</style>