Shades of French Grey #C8C1CD
Tints of French Grey #C8C1CD
RGB
CMYK
RGB Variations
Color information
#C8C1CD (or 0xC8C1CD) is known color: French Grey. HEX triplet: C8, C1 and CD. RGB value is (200,193,205). Sum of RGB (Red+Green+Blue) = 200+193+205=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8C1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1CD is #373E32. Grayscale: #C4C4C4. Windows color (decimal): -3620403 or 13484488. OLE color: 13484488.
HSL color Cylindrical-coordinate representation of color #C8C1CD: hue angle of 275º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8C1CD is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 193 | 205 | - |
CMYK | 0.02 | 0.06 | 0 | 0.20 |
HSL | 275º | 0.11% | 0.78% | - |
HSV(B) | 275º | 0.06% | 0.8% | - |
XYZ | 53.91 | 54.83 | 65.5 | - |
YUV | 196.46 | 132.82 | 130.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 193 | 205 | 0.02 | 0.06 | 0 | 0.20 | 275 | 0.11 | 0.78 |
Hex | C8 | C1 | CD | 2 | 6 | 0 | 14 | 113 | B | 4E |
Octal | 310 | 301 | 315 | 2 | 6 | 0 | 24 | 423 | 13 | 116 |
Binary | 11001000 | 11000001 | 11001101 | 10 | 110 | 0 | 10100 | 100010011 | 1011 | 1001110 |
Color Harmonies of #C8C1CD
Complementary color
Monochromatic Colors of #C8C1CD
Black with #C8C1CD
Text Example
Text Example
White with #C8C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C1CD; }
p { color: rgb(200,193,205); }
H1.HeaderClassName
{
color: #C8C1CD;
}
.AnyTagClassName
{
color: #C8C1CD;
}
</style>
background-color css
<style>
a { background-color: #C8C1CD; }
a { background-color: rgb(200,193,205); }
div.DivClassName
{
background-color: #C8C1CD;
}
.BgClassName
{
background-color: #C8C1CD;
}
</style>
border-color css
<style>
span { border-color: #C8C1CD; }
span { border-color: rgb(200,193,205); }
td.TdClassName
{
border-color: #C8C1CD;
}
.TagClassName
{
border-color: #C8C1CD;
}
</style>