Shades of French Grey #C6C0CE
Tints of French Grey #C6C0CE
RGB
CMYK
RGB Variations
Color information
#C6C0CE (or 0xC6C0CE) is known color: French Grey. HEX triplet: C6, C0 and CE. RGB value is (198,192,206). Sum of RGB (Red+Green+Blue) = 198+192+206=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0CE is #393F31. Grayscale: #C3C3C3. Windows color (decimal): -3751730 or 13549766. OLE color: 13549766.
HSL color Cylindrical-coordinate representation of color #C6C0CE: hue angle of 265.71º degrees, saturation: 0.12, 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 #C6C0CE is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 192 | 206 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.19 |
| HSL | 265.71º | 0.13% | 0.78% | - |
| HSV(B) | 265.71º | 0.07% | 0.81% | - |
| XYZ | 53.28 | 54.16 | 66.04 | - |
| YUV | 195.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 206 | 0.04 | 0.07 | 0 | 0.19 | 265.71 | 0.13 | 0.78 |
| Hex | C6 | C0 | CE | 4 | 7 | 0 | 13 | 10A | C | 4E |
| Octal | 306 | 300 | 316 | 4 | 7 | 0 | 23 | 412 | 14 | 116 |
| Binary | 11000110 | 11000000 | 11001110 | 100 | 111 | 0 | 10011 | 100001010 | 1100 | 1001110 |
Color Harmonies of #C6C0CE
Complementary color
Monochromatic Colors of #C6C0CE
Black with #C6C0CE
Text Example
Text Example
White with #C6C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0CE; }
p { color: rgb(198,192,206); }
H1.HeaderClassName
{
color: #C6C0CE;
}
.AnyTagClassName
{
color: #C6C0CE;
}
</style>
background-color css
<style>
a { background-color: #C6C0CE; }
a { background-color: rgb(198,192,206); }
div.DivClassName
{
background-color: #C6C0CE;
}
.BgClassName
{
background-color: #C6C0CE;
}
</style>
border-color css
<style>
span { border-color: #C6C0CE; }
span { border-color: rgb(198,192,206); }
td.TdClassName
{
border-color: #C6C0CE;
}
.TagClassName
{
border-color: #C6C0CE;
}
</style>