Shades of French Grey #C8C2CE
Tints of French Grey #C8C2CE
RGB
CMYK
RGB Variations
Color information
#C8C2CE (or 0xC8C2CE) is known color: French Grey. HEX triplet: C8, C2 and CE. RGB value is (200,194,206). Sum of RGB (Red+Green+Blue) = 200+194+206=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8C2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2CE is #373D31. Grayscale: #C5C5C5. Windows color (decimal): -3620146 or 13550280. OLE color: 13550280.
HSL color Cylindrical-coordinate representation of color #C8C2CE: hue angle of 270º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8C2CE is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 194 | 206 | - |
CMYK | 0.03 | 0.06 | 0 | 0.19 |
HSL | 270º | 0.11% | 0.78% | - |
HSV(B) | 270º | 0.06% | 0.81% | - |
XYZ | 54.25 | 55.32 | 66.21 | - |
YUV | 197.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 206 | 0.03 | 0.06 | 0 | 0.19 | 270 | 0.11 | 0.78 |
Hex | C8 | C2 | CE | 3 | 6 | 0 | 13 | 10E | B | 4E |
Octal | 310 | 302 | 316 | 3 | 6 | 0 | 23 | 416 | 13 | 116 |
Binary | 11001000 | 11000010 | 11001110 | 11 | 110 | 0 | 10011 | 100001110 | 1011 | 1001110 |
Color Harmonies of #C8C2CE
Complementary color
Monochromatic Colors of #C8C2CE
Black with #C8C2CE
Text Example
Text Example
White with #C8C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2CE; }
p { color: rgb(200,194,206); }
H1.HeaderClassName
{
color: #C8C2CE;
}
.AnyTagClassName
{
color: #C8C2CE;
}
</style>
background-color css
<style>
a { background-color: #C8C2CE; }
a { background-color: rgb(200,194,206); }
div.DivClassName
{
background-color: #C8C2CE;
}
.BgClassName
{
background-color: #C8C2CE;
}
</style>
border-color css
<style>
span { border-color: #C8C2CE; }
span { border-color: rgb(200,194,206); }
td.TdClassName
{
border-color: #C8C2CE;
}
.TagClassName
{
border-color: #C8C2CE;
}
</style>