Shades of French Grey #C4C0CA
Tints of French Grey #C4C0CA
RGB
CMYK
RGB Variations
Color information
#C4C0CA (or 0xC4C0CA) is known color: French Grey. HEX triplet: C4, C0 and CA. RGB value is (196,192,202). Sum of RGB (Red+Green+Blue) = 196+192+202=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0CA is #3B3F35. Grayscale: #C2C2C2. Windows color (decimal): -3882806 or 13287620. OLE color: 13287620.
HSL color Cylindrical-coordinate representation of color #C4C0CA: hue angle of 264º 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 #C4C0CA is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 192 | 202 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.21 |
| HSL | 264º | 0.09% | 0.77% | - |
| HSV(B) | 264º | 0.05% | 0.79% | - |
| XYZ | 52.28 | 53.7 | 63.49 | - |
| YUV | 194.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 202 | 0.03 | 0.05 | 0 | 0.21 | 264 | 0.09 | 0.77 |
| Hex | C4 | C0 | CA | 3 | 5 | 0 | 15 | 108 | 9 | 4D |
| Octal | 304 | 300 | 312 | 3 | 5 | 0 | 25 | 410 | 11 | 115 |
| Binary | 11000100 | 11000000 | 11001010 | 11 | 101 | 0 | 10101 | 100001000 | 1001 | 1001101 |
Color Harmonies of #C4C0CA
Complementary color
Monochromatic Colors of #C4C0CA
Black with #C4C0CA
Text Example
Text Example
White with #C4C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C0CA; }
p { color: rgb(196,192,202); }
H1.HeaderClassName
{
color: #C4C0CA;
}
.AnyTagClassName
{
color: #C4C0CA;
}
</style>
background-color css
<style>
a { background-color: #C4C0CA; }
a { background-color: rgb(196,192,202); }
div.DivClassName
{
background-color: #C4C0CA;
}
.BgClassName
{
background-color: #C4C0CA;
}
</style>
border-color css
<style>
span { border-color: #C4C0CA; }
span { border-color: rgb(196,192,202); }
td.TdClassName
{
border-color: #C4C0CA;
}
.TagClassName
{
border-color: #C4C0CA;
}
</style>