Shades of French Grey #C8C5CC
Tints of French Grey #C8C5CC
RGB
CMYK
RGB Variations
Color information
#C8C5CC (or 0xC8C5CC) is known color: French Grey. HEX triplet: C8, C5 and CC. RGB value is (200,197,204). Sum of RGB (Red+Green+Blue) = 200+197+204=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8C5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5CC is #373A33. Grayscale: #C6C6C6. Windows color (decimal): -3619380 or 13419976. OLE color: 13419976.
HSL color Cylindrical-coordinate representation of color #C8C5CC: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8C5CC is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 200 | 197 | 204 | - |
CMYK | 0.02 | 0.03 | 0 | 0.2 |
HSL | 265.71º | 0.06% | 0.79% | - |
HSV(B) | 265.71º | 0.03% | 0.8% | - |
XYZ | 54.68 | 56.57 | 65.16 | - |
YUV | 198.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 197 | 204 | 0.02 | 0.03 | 0 | 0.2 | 265.71 | 0.06 | 0.79 |
Hex | C8 | C5 | CC | 2 | 3 | 0 | 14 | 10A | 6 | 4F |
Octal | 310 | 305 | 314 | 2 | 3 | 0 | 24 | 412 | 6 | 117 |
Binary | 11001000 | 11000101 | 11001100 | 10 | 11 | 0 | 10100 | 100001010 | 110 | 1001111 |
Color Harmonies of #C8C5CC
Complementary color
Monochromatic Colors of #C8C5CC
Black with #C8C5CC
Text Example
Text Example
White with #C8C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5CC; }
p { color: rgb(200,197,204); }
H1.HeaderClassName
{
color: #C8C5CC;
}
.AnyTagClassName
{
color: #C8C5CC;
}
</style>
background-color css
<style>
a { background-color: #C8C5CC; }
a { background-color: rgb(200,197,204); }
div.DivClassName
{
background-color: #C8C5CC;
}
.BgClassName
{
background-color: #C8C5CC;
}
</style>
border-color css
<style>
span { border-color: #C8C5CC; }
span { border-color: rgb(200,197,204); }
td.TdClassName
{
border-color: #C8C5CC;
}
.TagClassName
{
border-color: #C8C5CC;
}
</style>