Shades of French Grey #C8C7C9
Tints of French Grey #C8C7C9
RGB
CMYK
RGB Variations
Color information
#C8C7C9 (or 0xC8C7C9) is known color: French Grey. HEX triplet: C8, C7 and C9. RGB value is (200,199,201). Sum of RGB (Red+Green+Blue) = 200+199+201=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 201 - color contains mainly: blue. Hex color #C8C7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7C9 is #373836. Grayscale: #C7C7C7. Windows color (decimal): -3618871 or 13223880. OLE color: 13223880.
HSL color Cylindrical-coordinate representation of color #C8C7C9: hue angle of 270º degrees, saturation: 0.02, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C8C7C9 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 199 | 201 | - |
CMYK | 0.00 | 0.01 | 0 | 0.21 |
HSL | 270º | 0.02% | 0.78% | - |
HSV(B) | 270º | 0.01% | 0.79% | - |
XYZ | 54.79 | 57.34 | 63.44 | - |
YUV | 199.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 201 | 0.00 | 0.01 | 0 | 0.21 | 270 | 0.02 | 0.78 |
Hex | C8 | C7 | C9 | 0 | 1 | 0 | 15 | 10E | 2 | 4E |
Octal | 310 | 307 | 311 | 0 | 1 | 0 | 25 | 416 | 2 | 116 |
Binary | 11001000 | 11000111 | 11001001 | 0 | 1 | 0 | 10101 | 100001110 | 10 | 1001110 |
Color Harmonies of #C8C7C9
Complementary color
Monochromatic Colors of #C8C7C9
Black with #C8C7C9
Text Example
Text Example
White with #C8C7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7C9; }
p { color: rgb(200,199,201); }
H1.HeaderClassName
{
color: #C8C7C9;
}
.AnyTagClassName
{
color: #C8C7C9;
}
</style>
background-color css
<style>
a { background-color: #C8C7C9; }
a { background-color: rgb(200,199,201); }
div.DivClassName
{
background-color: #C8C7C9;
}
.BgClassName
{
background-color: #C8C7C9;
}
</style>
border-color css
<style>
span { border-color: #C8C7C9; }
span { border-color: rgb(200,199,201); }
td.TdClassName
{
border-color: #C8C7C9;
}
.TagClassName
{
border-color: #C8C7C9;
}
</style>