Shades of French Grey #C6C3CA
Tints of French Grey #C6C3CA
RGB
CMYK
RGB Variations
Color information
#C6C3CA (or 0xC6C3CA) is known color: French Grey. HEX triplet: C6, C3 and CA. RGB value is (198,195,202). Sum of RGB (Red+Green+Blue) = 198+195+202=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6C3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C3CA is #393C35. Grayscale: #C4C4C4. Windows color (decimal): -3750966 or 13288390. OLE color: 13288390.
HSL color Cylindrical-coordinate representation of color #C6C3CA: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6C3CA is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 195 | 202 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.21 |
| HSL | 265.71º | 0.06% | 0.78% | - |
| HSV(B) | 265.71º | 0.03% | 0.79% | - |
| XYZ | 53.46 | 55.3 | 63.73 | - |
| YUV | 196.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 202 | 0.02 | 0.03 | 0 | 0.21 | 265.71 | 0.06 | 0.78 |
| Hex | C6 | C3 | CA | 2 | 3 | 0 | 15 | 10A | 6 | 4E |
| Octal | 306 | 303 | 312 | 2 | 3 | 0 | 25 | 412 | 6 | 116 |
| Binary | 11000110 | 11000011 | 11001010 | 10 | 11 | 0 | 10101 | 100001010 | 110 | 1001110 |
Color Harmonies of #C6C3CA
Complementary color
Monochromatic Colors of #C6C3CA
Black with #C6C3CA
Text Example
Text Example
White with #C6C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C3CA; }
p { color: rgb(198,195,202); }
H1.HeaderClassName
{
color: #C6C3CA;
}
.AnyTagClassName
{
color: #C6C3CA;
}
</style>
background-color css
<style>
a { background-color: #C6C3CA; }
a { background-color: rgb(198,195,202); }
div.DivClassName
{
background-color: #C6C3CA;
}
.BgClassName
{
background-color: #C6C3CA;
}
</style>
border-color css
<style>
span { border-color: #C6C3CA; }
span { border-color: rgb(198,195,202); }
td.TdClassName
{
border-color: #C6C3CA;
}
.TagClassName
{
border-color: #C6C3CA;
}
</style>