Shades of French Grey #C9C6CB
Tints of French Grey #C9C6CB
RGB
CMYK
RGB Variations
Color information
#C9C6CB (or 0xC9C6CB) is known color: French Grey. HEX triplet: C9, C6 and CB. RGB value is (201,198,203). Sum of RGB (Red+Green+Blue) = 201+198+203=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 203 - color contains mainly: blue. Hex color #C9C6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6CB is #363934. Grayscale: #C7C7C7. Windows color (decimal): -3553589 or 13354697. OLE color: 13354697.
HSL color Cylindrical-coordinate representation of color #C9C6CB: hue angle of 276º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9C6CB is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 198 | 203 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.20 |
| HSL | 276º | 0.05% | 0.79% | - |
| HSV(B) | 276º | 0.02% | 0.8% | - |
| XYZ | 55.06 | 57.12 | 64.62 | - |
| YUV | 199.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 203 | 0.01 | 0.02 | 0 | 0.20 | 276 | 0.05 | 0.79 |
| Hex | C9 | C6 | CB | 1 | 2 | 0 | 14 | 114 | 5 | 4F |
| Octal | 311 | 306 | 313 | 1 | 2 | 0 | 24 | 424 | 5 | 117 |
| Binary | 11001001 | 11000110 | 11001011 | 1 | 10 | 0 | 10100 | 100010100 | 101 | 1001111 |
Color Harmonies of #C9C6CB
Complementary color
Monochromatic Colors of #C9C6CB
Black with #C9C6CB
Text Example
Text Example
White with #C9C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6CB; }
p { color: rgb(201,198,203); }
H1.HeaderClassName
{
color: #C9C6CB;
}
.AnyTagClassName
{
color: #C9C6CB;
}
</style>
background-color css
<style>
a { background-color: #C9C6CB; }
a { background-color: rgb(201,198,203); }
div.DivClassName
{
background-color: #C9C6CB;
}
.BgClassName
{
background-color: #C9C6CB;
}
</style>
border-color css
<style>
span { border-color: #C9C6CB; }
span { border-color: rgb(201,198,203); }
td.TdClassName
{
border-color: #C9C6CB;
}
.TagClassName
{
border-color: #C9C6CB;
}
</style>