Shades of French Grey #C3B7CE
Tints of French Grey #C3B7CE
RGB
CMYK
RGB Variations
Color information
#C3B7CE (or 0xC3B7CE) is known color: French Grey. HEX triplet: C3, B7 and CE. RGB value is (195,183,206). Sum of RGB (Red+Green+Blue) = 195+183+206=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7CE is #3C4831. Grayscale: #BDBDBD. Windows color (decimal): -3950642 or 13547459. OLE color: 13547459.
HSL color Cylindrical-coordinate representation of color #C3B7CE: hue angle of 271.3º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3B7CE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 183 | 206 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.19 |
| HSL | 271.3º | 0.19% | 0.76% | - |
| HSV(B) | 271.3º | 0.11% | 0.81% | - |
| XYZ | 50.58 | 49.93 | 65.36 | - |
| YUV | 189.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 206 | 0.05 | 0.11 | 0 | 0.19 | 271.3 | 0.19 | 0.76 |
| Hex | C3 | B7 | CE | 5 | B | 0 | 13 | 10F | 13 | 4C |
| Octal | 303 | 267 | 316 | 5 | 13 | 0 | 23 | 417 | 23 | 114 |
| Binary | 11000011 | 10110111 | 11001110 | 101 | 1011 | 0 | 10011 | 100001111 | 10011 | 1001100 |
Color Harmonies of #C3B7CE
Complementary color
Monochromatic Colors of #C3B7CE
Black with #C3B7CE
Text Example
Text Example
White with #C3B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7CE; }
p { color: rgb(195,183,206); }
H1.HeaderClassName
{
color: #C3B7CE;
}
.AnyTagClassName
{
color: #C3B7CE;
}
</style>
background-color css
<style>
a { background-color: #C3B7CE; }
a { background-color: rgb(195,183,206); }
div.DivClassName
{
background-color: #C3B7CE;
}
.BgClassName
{
background-color: #C3B7CE;
}
</style>
border-color css
<style>
span { border-color: #C3B7CE; }
span { border-color: rgb(195,183,206); }
td.TdClassName
{
border-color: #C3B7CE;
}
.TagClassName
{
border-color: #C3B7CE;
}
</style>