Shades of French Grey #C5C0CA
Tints of French Grey #C5C0CA
RGB
CMYK
RGB Variations
Color information
#C5C0CA (or 0xC5C0CA) is known color: French Grey. HEX triplet: C5, C0 and CA. RGB value is (197,192,202). Sum of RGB (Red+Green+Blue) = 197+192+202=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0CA is #3A3F35. Grayscale: #C2C2C2. Windows color (decimal): -3817270 or 13287621. OLE color: 13287621.
HSL color Cylindrical-coordinate representation of color #C5C0CA: hue angle of 270º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5C0CA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 192 | 202 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.21 |
| HSL | 270º | 0.09% | 0.77% | - |
| HSV(B) | 270º | 0.05% | 0.79% | - |
| XYZ | 52.54 | 53.83 | 63.5 | - |
| YUV | 194.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 202 | 0.02 | 0.05 | 0 | 0.21 | 270 | 0.09 | 0.77 |
| Hex | C5 | C0 | CA | 2 | 5 | 0 | 15 | 10E | 9 | 4D |
| Octal | 305 | 300 | 312 | 2 | 5 | 0 | 25 | 416 | 11 | 115 |
| Binary | 11000101 | 11000000 | 11001010 | 10 | 101 | 0 | 10101 | 100001110 | 1001 | 1001101 |
Color Harmonies of #C5C0CA
Complementary color
Monochromatic Colors of #C5C0CA
Black with #C5C0CA
Text Example
Text Example
White with #C5C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0CA; }
p { color: rgb(197,192,202); }
H1.HeaderClassName
{
color: #C5C0CA;
}
.AnyTagClassName
{
color: #C5C0CA;
}
</style>
background-color css
<style>
a { background-color: #C5C0CA; }
a { background-color: rgb(197,192,202); }
div.DivClassName
{
background-color: #C5C0CA;
}
.BgClassName
{
background-color: #C5C0CA;
}
</style>
border-color css
<style>
span { border-color: #C5C0CA; }
span { border-color: rgb(197,192,202); }
td.TdClassName
{
border-color: #C5C0CA;
}
.TagClassName
{
border-color: #C5C0CA;
}
</style>