Shades of French Grey #C6C4CA
Tints of French Grey #C6C4CA
RGB
CMYK
RGB Variations
Color information
#C6C4CA (or 0xC6C4CA) is known color: French Grey. HEX triplet: C6, C4 and CA. RGB value is (198,196,202). Sum of RGB (Red+Green+Blue) = 198+196+202=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4CA is #393B35. Grayscale: #C5C5C5. Windows color (decimal): -3750710 or 13288646. OLE color: 13288646.
HSL color Cylindrical-coordinate representation of color #C6C4CA: hue angle of 260º degrees, saturation: 0.05, 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 #C6C4CA is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 196 | 202 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.21 |
| HSL | 260º | 0.05% | 0.78% | - |
| HSV(B) | 260º | 0.03% | 0.79% | - |
| XYZ | 53.69 | 55.75 | 63.81 | - |
| YUV | 197.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 202 | 0.02 | 0.03 | 0 | 0.21 | 260 | 0.05 | 0.78 |
| Hex | C6 | C4 | CA | 2 | 3 | 0 | 15 | 104 | 5 | 4E |
| Octal | 306 | 304 | 312 | 2 | 3 | 0 | 25 | 404 | 5 | 116 |
| Binary | 11000110 | 11000100 | 11001010 | 10 | 11 | 0 | 10101 | 100000100 | 101 | 1001110 |
Color Harmonies of #C6C4CA
Complementary color
Monochromatic Colors of #C6C4CA
Black with #C6C4CA
Text Example
Text Example
White with #C6C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C4CA; }
p { color: rgb(198,196,202); }
H1.HeaderClassName
{
color: #C6C4CA;
}
.AnyTagClassName
{
color: #C6C4CA;
}
</style>
background-color css
<style>
a { background-color: #C6C4CA; }
a { background-color: rgb(198,196,202); }
div.DivClassName
{
background-color: #C6C4CA;
}
.BgClassName
{
background-color: #C6C4CA;
}
</style>
border-color css
<style>
span { border-color: #C6C4CA; }
span { border-color: rgb(198,196,202); }
td.TdClassName
{
border-color: #C6C4CA;
}
.TagClassName
{
border-color: #C6C4CA;
}
</style>