Shades of French Grey #C0BCC6
Tints of French Grey #C0BCC6
RGB
CMYK
RGB Variations
Color information
#C0BCC6 (or 0xC0BCC6) is known color: French Grey. HEX triplet: C0, BC and C6. RGB value is (192,188,198). Sum of RGB (Red+Green+Blue) = 192+188+198=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0BCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCC6 is #3F4339. Grayscale: #BEBEBE. Windows color (decimal): -4145978 or 13024448. OLE color: 13024448.
HSL color Cylindrical-coordinate representation of color #C0BCC6: hue angle of 264º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0BCC6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 188 | 198 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.22 |
| HSL | 264º | 0.08% | 0.76% | - |
| HSV(B) | 264º | 0.05% | 0.78% | - |
| XYZ | 49.91 | 51.25 | 60.69 | - |
| YUV | 190.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 198 | 0.03 | 0.05 | 0 | 0.22 | 264 | 0.08 | 0.76 |
| Hex | C0 | BC | C6 | 3 | 5 | 0 | 16 | 108 | 8 | 4C |
| Octal | 300 | 274 | 306 | 3 | 5 | 0 | 26 | 410 | 10 | 114 |
| Binary | 11000000 | 10111100 | 11000110 | 11 | 101 | 0 | 10110 | 100001000 | 1000 | 1001100 |
Color Harmonies of #C0BCC6
Complementary color
Monochromatic Colors of #C0BCC6
Black with #C0BCC6
Text Example
Text Example
White with #C0BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCC6; }
p { color: rgb(192,188,198); }
H1.HeaderClassName
{
color: #C0BCC6;
}
.AnyTagClassName
{
color: #C0BCC6;
}
</style>
background-color css
<style>
a { background-color: #C0BCC6; }
a { background-color: rgb(192,188,198); }
div.DivClassName
{
background-color: #C0BCC6;
}
.BgClassName
{
background-color: #C0BCC6;
}
</style>
border-color css
<style>
span { border-color: #C0BCC6; }
span { border-color: rgb(192,188,198); }
td.TdClassName
{
border-color: #C0BCC6;
}
.TagClassName
{
border-color: #C0BCC6;
}
</style>