Shades of French Grey #C0BAC4
Tints of French Grey #C0BAC4
RGB
CMYK
RGB Variations
Color information
#C0BAC4 (or 0xC0BAC4) is known color: French Grey. HEX triplet: C0, BA and C4. RGB value is (192,186,196). Sum of RGB (Red+Green+Blue) = 192+186+196=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 196 - color contains mainly: blue. Hex color #C0BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAC4 is #3F453B. Grayscale: #BCBCBC. Windows color (decimal): -4146492 or 12892864. OLE color: 12892864.
HSL color Cylindrical-coordinate representation of color #C0BAC4: hue angle of 276º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0BAC4 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 186 | 196 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.23 |
| HSL | 276º | 0.08% | 0.75% | - |
| HSV(B) | 276º | 0.05% | 0.77% | - |
| XYZ | 49.26 | 50.31 | 59.34 | - |
| YUV | 188.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 196 | 0.02 | 0.05 | 0 | 0.23 | 276 | 0.08 | 0.75 |
| Hex | C0 | BA | C4 | 2 | 5 | 0 | 17 | 114 | 8 | 4B |
| Octal | 300 | 272 | 304 | 2 | 5 | 0 | 27 | 424 | 10 | 113 |
| Binary | 11000000 | 10111010 | 11000100 | 10 | 101 | 0 | 10111 | 100010100 | 1000 | 1001011 |
Color Harmonies of #C0BAC4
Complementary color
Monochromatic Colors of #C0BAC4
Black with #C0BAC4
Text Example
Text Example
White with #C0BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAC4; }
p { color: rgb(192,186,196); }
H1.HeaderClassName
{
color: #C0BAC4;
}
.AnyTagClassName
{
color: #C0BAC4;
}
</style>
background-color css
<style>
a { background-color: #C0BAC4; }
a { background-color: rgb(192,186,196); }
div.DivClassName
{
background-color: #C0BAC4;
}
.BgClassName
{
background-color: #C0BAC4;
}
</style>
border-color css
<style>
span { border-color: #C0BAC4; }
span { border-color: rgb(192,186,196); }
td.TdClassName
{
border-color: #C0BAC4;
}
.TagClassName
{
border-color: #C0BAC4;
}
</style>