Shades of French Grey #C8C5CD
Tints of French Grey #C8C5CD
RGB
CMYK
RGB Variations
Color information
#C8C5CD (or 0xC8C5CD) is known color: French Grey. HEX triplet: C8, C5 and CD. RGB value is (200,197,205). Sum of RGB (Red+Green+Blue) = 200+197+205=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5CD is #373A32. Grayscale: #C6C6C6. Windows color (decimal): -3619379 or 13485512. OLE color: 13485512.
HSL color Cylindrical-coordinate representation of color #C8C5CD: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8C5CD is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 197 | 205 | - |
CMYK | 0.02 | 0.04 | 0 | 0.20 |
HSL | 262.5º | 0.07% | 0.79% | - |
HSV(B) | 262.5º | 0.04% | 0.8% | - |
XYZ | 54.81 | 56.62 | 65.8 | - |
YUV | 198.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 197 | 205 | 0.02 | 0.04 | 0 | 0.20 | 262.5 | 0.07 | 0.79 |
Hex | C8 | C5 | CD | 2 | 4 | 0 | 14 | 106 | 7 | 4F |
Octal | 310 | 305 | 315 | 2 | 4 | 0 | 24 | 406 | 7 | 117 |
Binary | 11001000 | 11000101 | 11001101 | 10 | 100 | 0 | 10100 | 100000110 | 111 | 1001111 |
Color Harmonies of #C8C5CD
Complementary color
Monochromatic Colors of #C8C5CD
Black with #C8C5CD
Text Example
Text Example
White with #C8C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5CD; }
p { color: rgb(200,197,205); }
H1.HeaderClassName
{
color: #C8C5CD;
}
.AnyTagClassName
{
color: #C8C5CD;
}
</style>
background-color css
<style>
a { background-color: #C8C5CD; }
a { background-color: rgb(200,197,205); }
div.DivClassName
{
background-color: #C8C5CD;
}
.BgClassName
{
background-color: #C8C5CD;
}
</style>
border-color css
<style>
span { border-color: #C8C5CD; }
span { border-color: rgb(200,197,205); }
td.TdClassName
{
border-color: #C8C5CD;
}
.TagClassName
{
border-color: #C8C5CD;
}
</style>