Shades of French Grey #C0BBC3
Tints of French Grey #C0BBC3
RGB
CMYK
RGB Variations
Color information
#C0BBC3 (or 0xC0BBC3) is known color: French Grey. HEX triplet: C0, BB and C3. RGB value is (192,187,195). Sum of RGB (Red+Green+Blue) = 192+187+195=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 195 - color contains mainly: blue. Hex color #C0BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBC3 is #3F443C. Grayscale: #BDBDBD. Windows color (decimal): -4146237 or 12827584. OLE color: 12827584.
HSL color Cylindrical-coordinate representation of color #C0BBC3: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0BBC3 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 187 | 195 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.24 |
| HSL | 277.5º | 0.06% | 0.75% | - |
| HSV(B) | 277.5º | 0.04% | 0.76% | - |
| XYZ | 49.36 | 50.69 | 58.81 | - |
| YUV | 189.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 195 | 0.02 | 0.04 | 0 | 0.24 | 277.5 | 0.06 | 0.75 |
| Hex | C0 | BB | C3 | 2 | 4 | 0 | 18 | 116 | 6 | 4B |
| Octal | 300 | 273 | 303 | 2 | 4 | 0 | 30 | 426 | 6 | 113 |
| Binary | 11000000 | 10111011 | 11000011 | 10 | 100 | 0 | 11000 | 100010110 | 110 | 1001011 |
Color Harmonies of #C0BBC3
Complementary color
Monochromatic Colors of #C0BBC3
Black with #C0BBC3
Text Example
Text Example
White with #C0BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBC3; }
p { color: rgb(192,187,195); }
H1.HeaderClassName
{
color: #C0BBC3;
}
.AnyTagClassName
{
color: #C0BBC3;
}
</style>
background-color css
<style>
a { background-color: #C0BBC3; }
a { background-color: rgb(192,187,195); }
div.DivClassName
{
background-color: #C0BBC3;
}
.BgClassName
{
background-color: #C0BBC3;
}
</style>
border-color css
<style>
span { border-color: #C0BBC3; }
span { border-color: rgb(192,187,195); }
td.TdClassName
{
border-color: #C0BBC3;
}
.TagClassName
{
border-color: #C0BBC3;
}
</style>