Shades of French Grey #C0BAC3
Tints of French Grey #C0BAC3
RGB
CMYK
RGB Variations
Color information
#C0BAC3 (or 0xC0BAC3) is known color: French Grey. HEX triplet: C0, BA and C3. RGB value is (192,186,195). Sum of RGB (Red+Green+Blue) = 192+186+195=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #C0BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAC3 is #3F453C. Grayscale: #BCBCBC. Windows color (decimal): -4146493 or 12827328. OLE color: 12827328.
HSL color Cylindrical-coordinate representation of color #C0BAC3: hue angle of 280º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0BAC3 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 192 | 186 | 195 | - |
CMYK | 0.02 | 0.05 | 0 | 0.24 |
HSL | 280º | 0.07% | 0.75% | - |
HSV(B) | 280º | 0.05% | 0.76% | - |
XYZ | 49.15 | 50.26 | 58.74 | - |
YUV | 188.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 186 | 195 | 0.02 | 0.05 | 0 | 0.24 | 280 | 0.07 | 0.75 |
Hex | C0 | BA | C3 | 2 | 5 | 0 | 18 | 118 | 7 | 4B |
Octal | 300 | 272 | 303 | 2 | 5 | 0 | 30 | 430 | 7 | 113 |
Binary | 11000000 | 10111010 | 11000011 | 10 | 101 | 0 | 11000 | 100011000 | 111 | 1001011 |
Color Harmonies of #C0BAC3
Complementary color
Monochromatic Colors of #C0BAC3
Black with #C0BAC3
Text Example
Text Example
White with #C0BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAC3; }
p { color: rgb(192,186,195); }
H1.HeaderClassName
{
color: #C0BAC3;
}
.AnyTagClassName
{
color: #C0BAC3;
}
</style>
background-color css
<style>
a { background-color: #C0BAC3; }
a { background-color: rgb(192,186,195); }
div.DivClassName
{
background-color: #C0BAC3;
}
.BgClassName
{
background-color: #C0BAC3;
}
</style>
border-color css
<style>
span { border-color: #C0BAC3; }
span { border-color: rgb(192,186,195); }
td.TdClassName
{
border-color: #C0BAC3;
}
.TagClassName
{
border-color: #C0BAC3;
}
</style>