Shades of French Grey #C7BFCD
Tints of French Grey #C7BFCD
RGB
CMYK
RGB Variations
Color information
#C7BFCD (or 0xC7BFCD) is known color: French Grey. HEX triplet: C7, BF and CD. RGB value is (199,191,205). Sum of RGB (Red+Green+Blue) = 199+191+205=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFCD is #384032. Grayscale: #C2C2C2. Windows color (decimal): -3686451 or 13483975. OLE color: 13483975.
HSL color Cylindrical-coordinate representation of color #C7BFCD: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BFCD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 191 | 205 | - |
CMYK | 0.03 | 0.07 | 0 | 0.20 |
HSL | 274.29º | 0.12% | 0.78% | - |
HSV(B) | 274.29º | 0.07% | 0.8% | - |
XYZ | 53.2 | 53.81 | 65.34 | - |
YUV | 194.99 | 133.65 | 130.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 191 | 205 | 0.03 | 0.07 | 0 | 0.20 | 274.29 | 0.12 | 0.78 |
Hex | C7 | BF | CD | 3 | 7 | 0 | 14 | 112 | C | 4E |
Octal | 307 | 277 | 315 | 3 | 7 | 0 | 24 | 422 | 14 | 116 |
Binary | 11000111 | 10111111 | 11001101 | 11 | 111 | 0 | 10100 | 100010010 | 1100 | 1001110 |
Color Harmonies of #C7BFCD
Complementary color
Monochromatic Colors of #C7BFCD
Black with #C7BFCD
Text Example
Text Example
White with #C7BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFCD; }
p { color: rgb(199,191,205); }
H1.HeaderClassName
{
color: #C7BFCD;
}
.AnyTagClassName
{
color: #C7BFCD;
}
</style>
background-color css
<style>
a { background-color: #C7BFCD; }
a { background-color: rgb(199,191,205); }
div.DivClassName
{
background-color: #C7BFCD;
}
.BgClassName
{
background-color: #C7BFCD;
}
</style>
border-color css
<style>
span { border-color: #C7BFCD; }
span { border-color: rgb(199,191,205); }
td.TdClassName
{
border-color: #C7BFCD;
}
.TagClassName
{
border-color: #C7BFCD;
}
</style>