Shades of French Grey #CBC8CF
Tints of French Grey #CBC8CF
RGB
CMYK
RGB Variations
Color information
#CBC8CF (or 0xCBC8CF) is known color: French Grey. HEX triplet: CB, C8 and CF. RGB value is (203,200,207). Sum of RGB (Red+Green+Blue) = 203+200+207=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBC8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8CF is #343730. Grayscale: #C9C9C9. Windows color (decimal): -3422001 or 13617355. OLE color: 13617355.
HSL color Cylindrical-coordinate representation of color #CBC8CF: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC8CF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 200 | 207 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.19 |
| HSL | 265.71º | 0.07% | 0.8% | - |
| HSV(B) | 265.71º | 0.03% | 0.81% | - |
| XYZ | 56.55 | 58.51 | 67.34 | - |
| YUV | 201.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 207 | 0.02 | 0.03 | 0 | 0.19 | 265.71 | 0.07 | 0.8 |
| Hex | CB | C8 | CF | 2 | 3 | 0 | 13 | 10A | 7 | 50 |
| Octal | 313 | 310 | 317 | 2 | 3 | 0 | 23 | 412 | 7 | 120 |
| Binary | 11001011 | 11001000 | 11001111 | 10 | 11 | 0 | 10011 | 100001010 | 111 | 1010000 |
Color Harmonies of #CBC8CF
Complementary color
Monochromatic Colors of #CBC8CF
Black with #CBC8CF
Text Example
Text Example
White with #CBC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8CF; }
p { color: rgb(203,200,207); }
H1.HeaderClassName
{
color: #CBC8CF;
}
.AnyTagClassName
{
color: #CBC8CF;
}
</style>
background-color css
<style>
a { background-color: #CBC8CF; }
a { background-color: rgb(203,200,207); }
div.DivClassName
{
background-color: #CBC8CF;
}
.BgClassName
{
background-color: #CBC8CF;
}
</style>
border-color css
<style>
span { border-color: #CBC8CF; }
span { border-color: rgb(203,200,207); }
td.TdClassName
{
border-color: #CBC8CF;
}
.TagClassName
{
border-color: #CBC8CF;
}
</style>