Shades of French Grey #C8C0CF
Tints of French Grey #C8C0CF
RGB
CMYK
RGB Variations
Color information
#C8C0CF (or 0xC8C0CF) is known color: French Grey. HEX triplet: C8, C0 and CF. RGB value is (200,192,207). Sum of RGB (Red+Green+Blue) = 200+192+207=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0CF is #373F30. Grayscale: #C4C4C4. Windows color (decimal): -3620657 or 13615304. OLE color: 13615304.
HSL color Cylindrical-coordinate representation of color #C8C0CF: hue angle of 272º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8C0CF is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 192 | 207 | - |
CMYK | 0.03 | 0.07 | 0 | 0.19 |
HSL | 272º | 0.14% | 0.78% | - |
HSV(B) | 272º | 0.07% | 0.81% | - |
XYZ | 53.93 | 54.48 | 66.71 | - |
YUV | 196.1 | 134.15 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 192 | 207 | 0.03 | 0.07 | 0 | 0.19 | 272 | 0.14 | 0.78 |
Hex | C8 | C0 | CF | 3 | 7 | 0 | 13 | 110 | E | 4E |
Octal | 310 | 300 | 317 | 3 | 7 | 0 | 23 | 420 | 16 | 116 |
Binary | 11001000 | 11000000 | 11001111 | 11 | 111 | 0 | 10011 | 100010000 | 1110 | 1001110 |
Color Harmonies of #C8C0CF
Complementary color
Monochromatic Colors of #C8C0CF
Black with #C8C0CF
Text Example
Text Example
White with #C8C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0CF; }
p { color: rgb(200,192,207); }
H1.HeaderClassName
{
color: #C8C0CF;
}
.AnyTagClassName
{
color: #C8C0CF;
}
</style>
background-color css
<style>
a { background-color: #C8C0CF; }
a { background-color: rgb(200,192,207); }
div.DivClassName
{
background-color: #C8C0CF;
}
.BgClassName
{
background-color: #C8C0CF;
}
</style>
border-color css
<style>
span { border-color: #C8C0CF; }
span { border-color: rgb(200,192,207); }
td.TdClassName
{
border-color: #C8C0CF;
}
.TagClassName
{
border-color: #C8C0CF;
}
</style>