Shades of French Grey #C8C2CF
Tints of French Grey #C8C2CF
RGB
CMYK
RGB Variations
Color information
#C8C2CF (or 0xC8C2CF) is known color: French Grey. HEX triplet: C8, C2 and CF. RGB value is (200,194,207). Sum of RGB (Red+Green+Blue) = 200+194+207=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8C2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2CF is #373D30. Grayscale: #C5C5C5. Windows color (decimal): -3620145 or 13615816. OLE color: 13615816.
HSL color Cylindrical-coordinate representation of color #C8C2CF: hue angle of 267.69º degrees, saturation: 0.12, 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 #C8C2CF is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 194 | 207 | - |
CMYK | 0.03 | 0.06 | 0 | 0.19 |
HSL | 267.69º | 0.12% | 0.79% | - |
HSV(B) | 267.69º | 0.06% | 0.81% | - |
XYZ | 54.37 | 55.37 | 66.85 | - |
YUV | 197.28 | 133.49 | 129.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 207 | 0.03 | 0.06 | 0 | 0.19 | 267.69 | 0.12 | 0.79 |
Hex | C8 | C2 | CF | 3 | 6 | 0 | 13 | 10C | C | 4F |
Octal | 310 | 302 | 317 | 3 | 6 | 0 | 23 | 414 | 14 | 117 |
Binary | 11001000 | 11000010 | 11001111 | 11 | 110 | 0 | 10011 | 100001100 | 1100 | 1001111 |
Color Harmonies of #C8C2CF
Complementary color
Monochromatic Colors of #C8C2CF
Black with #C8C2CF
Text Example
Text Example
White with #C8C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2CF; }
p { color: rgb(200,194,207); }
H1.HeaderClassName
{
color: #C8C2CF;
}
.AnyTagClassName
{
color: #C8C2CF;
}
</style>
background-color css
<style>
a { background-color: #C8C2CF; }
a { background-color: rgb(200,194,207); }
div.DivClassName
{
background-color: #C8C2CF;
}
.BgClassName
{
background-color: #C8C2CF;
}
</style>
border-color css
<style>
span { border-color: #C8C2CF; }
span { border-color: rgb(200,194,207); }
td.TdClassName
{
border-color: #C8C2CF;
}
.TagClassName
{
border-color: #C8C2CF;
}
</style>