Shades of French Grey #C7C3CB
Tints of French Grey #C7C3CB
RGB
CMYK
RGB Variations
Color information
#C7C3CB (or 0xC7C3CB) is known color: French Grey. HEX triplet: C7, C3 and CB. RGB value is (199,195,203). Sum of RGB (Red+Green+Blue) = 199+195+203=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3CB is #383C34. Grayscale: #C5C5C5. Windows color (decimal): -3685429 or 13353927. OLE color: 13353927.
HSL color Cylindrical-coordinate representation of color #C7C3CB: hue angle of 270º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7C3CB is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 195 | 203 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.20 |
| HSL | 270º | 0.07% | 0.78% | - |
| HSV(B) | 270º | 0.04% | 0.8% | - |
| XYZ | 53.85 | 55.48 | 64.37 | - |
| YUV | 197.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 203 | 0.02 | 0.04 | 0 | 0.20 | 270 | 0.07 | 0.78 |
| Hex | C7 | C3 | CB | 2 | 4 | 0 | 14 | 10E | 7 | 4E |
| Octal | 307 | 303 | 313 | 2 | 4 | 0 | 24 | 416 | 7 | 116 |
| Binary | 11000111 | 11000011 | 11001011 | 10 | 100 | 0 | 10100 | 100001110 | 111 | 1001110 |
Color Harmonies of #C7C3CB
Complementary color
Monochromatic Colors of #C7C3CB
Black with #C7C3CB
Text Example
Text Example
White with #C7C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C3CB; }
p { color: rgb(199,195,203); }
H1.HeaderClassName
{
color: #C7C3CB;
}
.AnyTagClassName
{
color: #C7C3CB;
}
</style>
background-color css
<style>
a { background-color: #C7C3CB; }
a { background-color: rgb(199,195,203); }
div.DivClassName
{
background-color: #C7C3CB;
}
.BgClassName
{
background-color: #C7C3CB;
}
</style>
border-color css
<style>
span { border-color: #C7C3CB; }
span { border-color: rgb(199,195,203); }
td.TdClassName
{
border-color: #C7C3CB;
}
.TagClassName
{
border-color: #C7C3CB;
}
</style>