Shades of French Grey #C3BACB
Tints of French Grey #C3BACB
RGB
CMYK
RGB Variations
Color information
#C3BACB (or 0xC3BACB) is known color: French Grey. HEX triplet: C3, BA and CB. RGB value is (195,186,203). Sum of RGB (Red+Green+Blue) = 195+186+203=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BACB is #3C4534. Grayscale: #BEBEBE. Windows color (decimal): -3949877 or 13351619. OLE color: 13351619.
HSL color Cylindrical-coordinate representation of color #C3BACB: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BACB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 186 | 203 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.20 |
| HSL | 271.76º | 0.14% | 0.76% | - |
| HSV(B) | 271.76º | 0.08% | 0.8% | - |
| XYZ | 50.84 | 51.03 | 63.67 | - |
| YUV | 190.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 203 | 0.04 | 0.08 | 0 | 0.20 | 271.76 | 0.14 | 0.76 |
| Hex | C3 | BA | CB | 4 | 8 | 0 | 14 | 110 | E | 4C |
| Octal | 303 | 272 | 313 | 4 | 10 | 0 | 24 | 420 | 16 | 114 |
| Binary | 11000011 | 10111010 | 11001011 | 100 | 1000 | 0 | 10100 | 100010000 | 1110 | 1001100 |
Color Harmonies of #C3BACB
Complementary color
Monochromatic Colors of #C3BACB
Black with #C3BACB
Text Example
Text Example
White with #C3BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BACB; }
p { color: rgb(195,186,203); }
H1.HeaderClassName
{
color: #C3BACB;
}
.AnyTagClassName
{
color: #C3BACB;
}
</style>
background-color css
<style>
a { background-color: #C3BACB; }
a { background-color: rgb(195,186,203); }
div.DivClassName
{
background-color: #C3BACB;
}
.BgClassName
{
background-color: #C3BACB;
}
</style>
border-color css
<style>
span { border-color: #C3BACB; }
span { border-color: rgb(195,186,203); }
td.TdClassName
{
border-color: #C3BACB;
}
.TagClassName
{
border-color: #C3BACB;
}
</style>