Shades of French Grey #C8C3CB
Tints of French Grey #C8C3CB
RGB
CMYK
RGB Variations
Color information
#C8C3CB (or 0xC8C3CB) is known color: French Grey. HEX triplet: C8, C3 and CB. RGB value is (200,195,203). Sum of RGB (Red+Green+Blue) = 200+195+203=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3CB is #373C34. Grayscale: #C5C5C5. Windows color (decimal): -3619893 or 13353928. OLE color: 13353928.
HSL color Cylindrical-coordinate representation of color #C8C3CB: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8C3CB is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 195 | 203 | - |
CMYK | 0.01 | 0.04 | 0 | 0.20 |
HSL | 277.5º | 0.07% | 0.78% | - |
HSV(B) | 277.5º | 0.04% | 0.8% | - |
XYZ | 54.11 | 55.62 | 64.38 | - |
YUV | 197.41 | 131.16 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 195 | 203 | 0.01 | 0.04 | 0 | 0.20 | 277.5 | 0.07 | 0.78 |
Hex | C8 | C3 | CB | 1 | 4 | 0 | 14 | 116 | 7 | 4E |
Octal | 310 | 303 | 313 | 1 | 4 | 0 | 24 | 426 | 7 | 116 |
Binary | 11001000 | 11000011 | 11001011 | 1 | 100 | 0 | 10100 | 100010110 | 111 | 1001110 |
Color Harmonies of #C8C3CB
Complementary color
Monochromatic Colors of #C8C3CB
Black with #C8C3CB
Text Example
Text Example
White with #C8C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3CB; }
p { color: rgb(200,195,203); }
H1.HeaderClassName
{
color: #C8C3CB;
}
.AnyTagClassName
{
color: #C8C3CB;
}
</style>
background-color css
<style>
a { background-color: #C8C3CB; }
a { background-color: rgb(200,195,203); }
div.DivClassName
{
background-color: #C8C3CB;
}
.BgClassName
{
background-color: #C8C3CB;
}
</style>
border-color css
<style>
span { border-color: #C8C3CB; }
span { border-color: rgb(200,195,203); }
td.TdClassName
{
border-color: #C8C3CB;
}
.TagClassName
{
border-color: #C8C3CB;
}
</style>