Shades of French Grey #C0BBC2
Tints of French Grey #C0BBC2
RGB
CMYK
RGB Variations
Color information
#C0BBC2 (or 0xC0BBC2) is known color: French Grey. HEX triplet: C0, BB and C2. RGB value is (192,187,194). Sum of RGB (Red+Green+Blue) = 192+187+194=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 194 - color contains mainly: blue. Hex color #C0BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBC2 is #3F443D. Grayscale: #BDBDBD. Windows color (decimal): -4146238 or 12762048. OLE color: 12762048.
HSL color Cylindrical-coordinate representation of color #C0BBC2: hue angle of 282.86º degrees, saturation: 0.05, 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 #C0BBC2 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 192 | 187 | 194 | - |
CMYK | 0.01 | 0.04 | 0 | 0.24 |
HSL | 282.86º | 0.05% | 0.75% | - |
HSV(B) | 282.86º | 0.04% | 0.76% | - |
XYZ | 49.25 | 50.64 | 58.22 | - |
YUV | 189.29 | 130.66 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 187 | 194 | 0.01 | 0.04 | 0 | 0.24 | 282.86 | 0.05 | 0.75 |
Hex | C0 | BB | C2 | 1 | 4 | 0 | 18 | 11B | 5 | 4B |
Octal | 300 | 273 | 302 | 1 | 4 | 0 | 30 | 433 | 5 | 113 |
Binary | 11000000 | 10111011 | 11000010 | 1 | 100 | 0 | 11000 | 100011011 | 101 | 1001011 |
Color Harmonies of #C0BBC2
Complementary color
Monochromatic Colors of #C0BBC2
Black with #C0BBC2
Text Example
Text Example
White with #C0BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BBC2; }
p { color: rgb(192,187,194); }
H1.HeaderClassName
{
color: #C0BBC2;
}
.AnyTagClassName
{
color: #C0BBC2;
}
</style>
background-color css
<style>
a { background-color: #C0BBC2; }
a { background-color: rgb(192,187,194); }
div.DivClassName
{
background-color: #C0BBC2;
}
.BgClassName
{
background-color: #C0BBC2;
}
</style>
border-color css
<style>
span { border-color: #C0BBC2; }
span { border-color: rgb(192,187,194); }
td.TdClassName
{
border-color: #C0BBC2;
}
.TagClassName
{
border-color: #C0BBC2;
}
</style>