Shades of French Grey #C0BEC1
Tints of French Grey #C0BEC1
RGB
CMYK
RGB Variations
Color information
#C0BEC1 (or 0xC0BEC1) is known color: French Grey. HEX triplet: C0, BE and C1. RGB value is (192,190,193). Sum of RGB (Red+Green+Blue) = 192+190+193=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEC1 is #3F413E. Grayscale: #BEBEBE. Windows color (decimal): -4145471 or 12697280. OLE color: 12697280.
HSL color Cylindrical-coordinate representation of color #C0BEC1: hue angle of 280º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C0BEC1 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 192 | 190 | 193 | - |
CMYK | 0.01 | 0.02 | 0 | 0.24 |
HSL | 280º | 0.02% | 0.75% | - |
HSV(B) | 280º | 0.02% | 0.76% | - |
XYZ | 49.78 | 51.88 | 57.84 | - |
YUV | 190.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 190 | 193 | 0.01 | 0.02 | 0 | 0.24 | 280 | 0.02 | 0.75 |
Hex | C0 | BE | C1 | 1 | 2 | 0 | 18 | 118 | 2 | 4B |
Octal | 300 | 276 | 301 | 1 | 2 | 0 | 30 | 430 | 2 | 113 |
Binary | 11000000 | 10111110 | 11000001 | 1 | 10 | 0 | 11000 | 100011000 | 10 | 1001011 |
Color Harmonies of #C0BEC1
Complementary color
Monochromatic Colors of #C0BEC1
Black with #C0BEC1
Text Example
Text Example
White with #C0BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEC1; }
p { color: rgb(192,190,193); }
H1.HeaderClassName
{
color: #C0BEC1;
}
.AnyTagClassName
{
color: #C0BEC1;
}
</style>
background-color css
<style>
a { background-color: #C0BEC1; }
a { background-color: rgb(192,190,193); }
div.DivClassName
{
background-color: #C0BEC1;
}
.BgClassName
{
background-color: #C0BEC1;
}
</style>
border-color css
<style>
span { border-color: #C0BEC1; }
span { border-color: rgb(192,190,193); }
td.TdClassName
{
border-color: #C0BEC1;
}
.TagClassName
{
border-color: #C0BEC1;
}
</style>