Shades of French Grey #CBC9CE
Tints of French Grey #CBC9CE
RGB
CMYK
RGB Variations
Color information
#CBC9CE (or 0xCBC9CE) is known color: French Grey. HEX triplet: CB, C9 and CE. RGB value is (203,201,206). Sum of RGB (Red+Green+Blue) = 203+201+206=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9CE is #343631. Grayscale: #CACACA. Windows color (decimal): -3421746 or 13552075. OLE color: 13552075.
HSL color Cylindrical-coordinate representation of color #CBC9CE: hue angle of 264º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBC9CE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 201 | 206 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.19 |
| HSL | 264º | 0.05% | 0.8% | - |
| HSV(B) | 264º | 0.02% | 0.81% | - |
| XYZ | 56.66 | 58.93 | 66.78 | - |
| YUV | 202.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 206 | 0.01 | 0.02 | 0 | 0.19 | 264 | 0.05 | 0.8 |
| Hex | CB | C9 | CE | 1 | 2 | 0 | 13 | 108 | 5 | 50 |
| Octal | 313 | 311 | 316 | 1 | 2 | 0 | 23 | 410 | 5 | 120 |
| Binary | 11001011 | 11001001 | 11001110 | 1 | 10 | 0 | 10011 | 100001000 | 101 | 1010000 |
Color Harmonies of #CBC9CE
Complementary color
Monochromatic Colors of #CBC9CE
Black with #CBC9CE
Text Example
Text Example
White with #CBC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9CE; }
p { color: rgb(203,201,206); }
H1.HeaderClassName
{
color: #CBC9CE;
}
.AnyTagClassName
{
color: #CBC9CE;
}
</style>
background-color css
<style>
a { background-color: #CBC9CE; }
a { background-color: rgb(203,201,206); }
div.DivClassName
{
background-color: #CBC9CE;
}
.BgClassName
{
background-color: #CBC9CE;
}
</style>
border-color css
<style>
span { border-color: #CBC9CE; }
span { border-color: rgb(203,201,206); }
td.TdClassName
{
border-color: #CBC9CE;
}
.TagClassName
{
border-color: #CBC9CE;
}
</style>