Shades of French Grey #C7BFCF
Tints of French Grey #C7BFCF
RGB
CMYK
RGB Variations
Color information
#C7BFCF (or 0xC7BFCF) is known color: French Grey. HEX triplet: C7, BF and CF. RGB value is (199,191,207). Sum of RGB (Red+Green+Blue) = 199+191+207=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFCF is #384030. Grayscale: #C3C3C3. Windows color (decimal): -3686449 or 13615047. OLE color: 13615047.
HSL color Cylindrical-coordinate representation of color #C7BFCF: hue angle of 270º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BFCF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 191 | 207 | - |
CMYK | 0.04 | 0.08 | 0 | 0.19 |
HSL | 270º | 0.14% | 0.78% | - |
HSV(B) | 270º | 0.08% | 0.81% | - |
XYZ | 53.45 | 53.91 | 66.62 | - |
YUV | 195.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 191 | 207 | 0.04 | 0.08 | 0 | 0.19 | 270 | 0.14 | 0.78 |
Hex | C7 | BF | CF | 4 | 8 | 0 | 13 | 10E | E | 4E |
Octal | 307 | 277 | 317 | 4 | 10 | 0 | 23 | 416 | 16 | 116 |
Binary | 11000111 | 10111111 | 11001111 | 100 | 1000 | 0 | 10011 | 100001110 | 1110 | 1001110 |
Color Harmonies of #C7BFCF
Complementary color
Monochromatic Colors of #C7BFCF
Black with #C7BFCF
Text Example
Text Example
White with #C7BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFCF; }
p { color: rgb(199,191,207); }
H1.HeaderClassName
{
color: #C7BFCF;
}
.AnyTagClassName
{
color: #C7BFCF;
}
</style>
background-color css
<style>
a { background-color: #C7BFCF; }
a { background-color: rgb(199,191,207); }
div.DivClassName
{
background-color: #C7BFCF;
}
.BgClassName
{
background-color: #C7BFCF;
}
</style>
border-color css
<style>
span { border-color: #C7BFCF; }
span { border-color: rgb(199,191,207); }
td.TdClassName
{
border-color: #C7BFCF;
}
.TagClassName
{
border-color: #C7BFCF;
}
</style>