Shades of French Grey #C0BAC6
Tints of French Grey #C0BAC6
RGB
CMYK
RGB Variations
Color information
#C0BAC6 (or 0xC0BAC6) is known color: French Grey. HEX triplet: C0, BA and C6. RGB value is (192,186,198). Sum of RGB (Red+Green+Blue) = 192+186+198=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAC6 is #3F4539. Grayscale: #BDBDBD. Windows color (decimal): -4146490 or 13023936. OLE color: 13023936.
HSL color Cylindrical-coordinate representation of color #C0BAC6: hue angle of 270º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0BAC6 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 186 | 198 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.22 |
| HSL | 270º | 0.1% | 0.75% | - |
| HSV(B) | 270º | 0.06% | 0.78% | - |
| XYZ | 49.49 | 50.4 | 60.55 | - |
| YUV | 189.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 198 | 0.03 | 0.06 | 0 | 0.22 | 270 | 0.1 | 0.75 |
| Hex | C0 | BA | C6 | 3 | 6 | 0 | 16 | 10E | A | 4B |
| Octal | 300 | 272 | 306 | 3 | 6 | 0 | 26 | 416 | 12 | 113 |
| Binary | 11000000 | 10111010 | 11000110 | 11 | 110 | 0 | 10110 | 100001110 | 1010 | 1001011 |
Color Harmonies of #C0BAC6
Complementary color
Monochromatic Colors of #C0BAC6
Black with #C0BAC6
Text Example
Text Example
White with #C0BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAC6; }
p { color: rgb(192,186,198); }
H1.HeaderClassName
{
color: #C0BAC6;
}
.AnyTagClassName
{
color: #C0BAC6;
}
</style>
background-color css
<style>
a { background-color: #C0BAC6; }
a { background-color: rgb(192,186,198); }
div.DivClassName
{
background-color: #C0BAC6;
}
.BgClassName
{
background-color: #C0BAC6;
}
</style>
border-color css
<style>
span { border-color: #C0BAC6; }
span { border-color: rgb(192,186,198); }
td.TdClassName
{
border-color: #C0BAC6;
}
.TagClassName
{
border-color: #C0BAC6;
}
</style>