Shades of French Grey #C2B6CB
Tints of French Grey #C2B6CB
RGB
CMYK
RGB Variations
Color information
#C2B6CB (or 0xC2B6CB) is known color: French Grey. HEX triplet: C2, B6 and CB. RGB value is (194,182,203). Sum of RGB (Red+Green+Blue) = 194+182+203=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6CB is #3D4934. Grayscale: #BBBBBB. Windows color (decimal): -4016437 or 13350594. OLE color: 13350594.
HSL color Cylindrical-coordinate representation of color #C2B6CB: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B6CB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 182 | 203 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.20 |
| HSL | 274.29º | 0.17% | 0.75% | - |
| HSV(B) | 274.29º | 0.1% | 0.8% | - |
| XYZ | 49.76 | 49.24 | 63.38 | - |
| YUV | 187.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 203 | 0.04 | 0.10 | 0 | 0.20 | 274.29 | 0.17 | 0.75 |
| Hex | C2 | B6 | CB | 4 | A | 0 | 14 | 112 | 11 | 4B |
| Octal | 302 | 266 | 313 | 4 | 12 | 0 | 24 | 422 | 21 | 113 |
| Binary | 11000010 | 10110110 | 11001011 | 100 | 1010 | 0 | 10100 | 100010010 | 10001 | 1001011 |
Color Harmonies of #C2B6CB
Complementary color
Monochromatic Colors of #C2B6CB
Black with #C2B6CB
Text Example
Text Example
White with #C2B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6CB; }
p { color: rgb(194,182,203); }
H1.HeaderClassName
{
color: #C2B6CB;
}
.AnyTagClassName
{
color: #C2B6CB;
}
</style>
background-color css
<style>
a { background-color: #C2B6CB; }
a { background-color: rgb(194,182,203); }
div.DivClassName
{
background-color: #C2B6CB;
}
.BgClassName
{
background-color: #C2B6CB;
}
</style>
border-color css
<style>
span { border-color: #C2B6CB; }
span { border-color: rgb(194,182,203); }
td.TdClassName
{
border-color: #C2B6CB;
}
.TagClassName
{
border-color: #C2B6CB;
}
</style>