Shades of French Grey #C8C3CF
Tints of French Grey #C8C3CF
RGB
CMYK
RGB Variations
Color information
#C8C3CF (or 0xC8C3CF) is known color: French Grey. HEX triplet: C8, C3 and CF. RGB value is (200,195,207). Sum of RGB (Red+Green+Blue) = 200+195+207=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3CF is #373C30. Grayscale: #C5C5C5. Windows color (decimal): -3619889 or 13616072. OLE color: 13616072.
HSL color Cylindrical-coordinate representation of color #C8C3CF: hue angle of 265º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8C3CF is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 195 | 207 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.19 |
| HSL | 265º | 0.11% | 0.79% | - |
| HSV(B) | 265º | 0.06% | 0.81% | - |
| XYZ | 54.6 | 55.81 | 66.93 | - |
| YUV | 197.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 207 | 0.03 | 0.06 | 0 | 0.19 | 265 | 0.11 | 0.79 |
| Hex | C8 | C3 | CF | 3 | 6 | 0 | 13 | 109 | B | 4F |
| Octal | 310 | 303 | 317 | 3 | 6 | 0 | 23 | 411 | 13 | 117 |
| Binary | 11001000 | 11000011 | 11001111 | 11 | 110 | 0 | 10011 | 100001001 | 1011 | 1001111 |
Color Harmonies of #C8C3CF
Complementary color
Monochromatic Colors of #C8C3CF
Black with #C8C3CF
Text Example
Text Example
White with #C8C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3CF; }
p { color: rgb(200,195,207); }
H1.HeaderClassName
{
color: #C8C3CF;
}
.AnyTagClassName
{
color: #C8C3CF;
}
</style>
background-color css
<style>
a { background-color: #C8C3CF; }
a { background-color: rgb(200,195,207); }
div.DivClassName
{
background-color: #C8C3CF;
}
.BgClassName
{
background-color: #C8C3CF;
}
</style>
border-color css
<style>
span { border-color: #C8C3CF; }
span { border-color: rgb(200,195,207); }
td.TdClassName
{
border-color: #C8C3CF;
}
.TagClassName
{
border-color: #C8C3CF;
}
</style>