Shades of French Grey #C3BFC9
Tints of French Grey #C3BFC9
RGB
CMYK
RGB Variations
Color information
#C3BFC9 (or 0xC3BFC9) is known color: French Grey. HEX triplet: C3, BF and C9. RGB value is (195,191,201). Sum of RGB (Red+Green+Blue) = 195+191+201=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 201 - color contains mainly: blue. Hex color #C3BFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC9 is #3C4036. Grayscale: #C1C1C1. Windows color (decimal): -3948599 or 13221827. OLE color: 13221827.
HSL color Cylindrical-coordinate representation of color #C3BFC9: hue angle of 264º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3BFC9 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 191 | 201 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.21 |
| HSL | 264º | 0.08% | 0.77% | - |
| HSV(B) | 264º | 0.05% | 0.79% | - |
| XYZ | 51.68 | 53.08 | 62.78 | - |
| YUV | 193.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 201 | 0.03 | 0.05 | 0 | 0.21 | 264 | 0.08 | 0.77 |
| Hex | C3 | BF | C9 | 3 | 5 | 0 | 15 | 108 | 8 | 4D |
| Octal | 303 | 277 | 311 | 3 | 5 | 0 | 25 | 410 | 10 | 115 |
| Binary | 11000011 | 10111111 | 11001001 | 11 | 101 | 0 | 10101 | 100001000 | 1000 | 1001101 |
Color Harmonies of #C3BFC9
Complementary color
Monochromatic Colors of #C3BFC9
Black with #C3BFC9
Text Example
Text Example
White with #C3BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFC9; }
p { color: rgb(195,191,201); }
H1.HeaderClassName
{
color: #C3BFC9;
}
.AnyTagClassName
{
color: #C3BFC9;
}
</style>
background-color css
<style>
a { background-color: #C3BFC9; }
a { background-color: rgb(195,191,201); }
div.DivClassName
{
background-color: #C3BFC9;
}
.BgClassName
{
background-color: #C3BFC9;
}
</style>
border-color css
<style>
span { border-color: #C3BFC9; }
span { border-color: rgb(195,191,201); }
td.TdClassName
{
border-color: #C3BFC9;
}
.TagClassName
{
border-color: #C3BFC9;
}
</style>