Shades of French Grey #C3B8CE
Tints of French Grey #C3B8CE
RGB
CMYK
RGB Variations
Color information
#C3B8CE (or 0xC3B8CE) is known color: French Grey. HEX triplet: C3, B8 and CE. RGB value is (195,184,206). Sum of RGB (Red+Green+Blue) = 195+184+206=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B8CE is #3C4731. Grayscale: #BDBDBD. Windows color (decimal): -3950386 or 13547715. OLE color: 13547715.
HSL color Cylindrical-coordinate representation of color #C3B8CE: hue angle of 270º degrees, saturation: 0.18, 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 #C3B8CE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 184 | 206 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.19 |
| HSL | 270º | 0.18% | 0.76% | - |
| HSV(B) | 270º | 0.11% | 0.81% | - |
| XYZ | 50.79 | 50.34 | 65.43 | - |
| YUV | 189.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 206 | 0.05 | 0.11 | 0 | 0.19 | 270 | 0.18 | 0.76 |
| Hex | C3 | B8 | CE | 5 | B | 0 | 13 | 10E | 12 | 4C |
| Octal | 303 | 270 | 316 | 5 | 13 | 0 | 23 | 416 | 22 | 114 |
| Binary | 11000011 | 10111000 | 11001110 | 101 | 1011 | 0 | 10011 | 100001110 | 10010 | 1001100 |
Color Harmonies of #C3B8CE
Complementary color
Monochromatic Colors of #C3B8CE
Black with #C3B8CE
Text Example
Text Example
White with #C3B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B8CE; }
p { color: rgb(195,184,206); }
H1.HeaderClassName
{
color: #C3B8CE;
}
.AnyTagClassName
{
color: #C3B8CE;
}
</style>
background-color css
<style>
a { background-color: #C3B8CE; }
a { background-color: rgb(195,184,206); }
div.DivClassName
{
background-color: #C3B8CE;
}
.BgClassName
{
background-color: #C3B8CE;
}
</style>
border-color css
<style>
span { border-color: #C3B8CE; }
span { border-color: rgb(195,184,206); }
td.TdClassName
{
border-color: #C3B8CE;
}
.TagClassName
{
border-color: #C3B8CE;
}
</style>