Shades of French Grey #C9C6CE
Tints of French Grey #C9C6CE
RGB
CMYK
RGB Variations
Color information
#C9C6CE (or 0xC9C6CE) is known color: French Grey. HEX triplet: C9, C6 and CE. RGB value is (201,198,206). Sum of RGB (Red+Green+Blue) = 201+198+206=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9C6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6CE is #363931. Grayscale: #C7C7C7. Windows color (decimal): -3553586 or 13551305. OLE color: 13551305.
HSL color Cylindrical-coordinate representation of color #C9C6CE: hue angle of 262.5º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9C6CE is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 198 | 206 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.19 |
| HSL | 262.5º | 0.08% | 0.79% | - |
| HSV(B) | 262.5º | 0.04% | 0.81% | - |
| XYZ | 55.42 | 57.26 | 66.52 | - |
| YUV | 199.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 206 | 0.02 | 0.04 | 0 | 0.19 | 262.5 | 0.08 | 0.79 |
| Hex | C9 | C6 | CE | 2 | 4 | 0 | 13 | 106 | 8 | 4F |
| Octal | 311 | 306 | 316 | 2 | 4 | 0 | 23 | 406 | 10 | 117 |
| Binary | 11001001 | 11000110 | 11001110 | 10 | 100 | 0 | 10011 | 100000110 | 1000 | 1001111 |
Color Harmonies of #C9C6CE
Complementary color
Monochromatic Colors of #C9C6CE
Black with #C9C6CE
Text Example
Text Example
White with #C9C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6CE; }
p { color: rgb(201,198,206); }
H1.HeaderClassName
{
color: #C9C6CE;
}
.AnyTagClassName
{
color: #C9C6CE;
}
</style>
background-color css
<style>
a { background-color: #C9C6CE; }
a { background-color: rgb(201,198,206); }
div.DivClassName
{
background-color: #C9C6CE;
}
.BgClassName
{
background-color: #C9C6CE;
}
</style>
border-color css
<style>
span { border-color: #C9C6CE; }
span { border-color: rgb(201,198,206); }
td.TdClassName
{
border-color: #C9C6CE;
}
.TagClassName
{
border-color: #C9C6CE;
}
</style>