Shades of Quill Grey #C7C6BF
Tints of Quill Grey #C7C6BF
RGB
CMYK
RGB Variations
Color information
#C7C6BF (or 0xC7C6BF) is known color: Quill Grey. HEX triplet: C7, C6 and BF. RGB value is (199,198,191). Sum of RGB (Red+Green+Blue) = 199+198+191=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C6BF is #383940. Grayscale: #C5C5C5. Windows color (decimal): -3684673 or 12568263. OLE color: 12568263.
HSL color Cylindrical-coordinate representation of color #C7C6BF: hue angle of 52.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7C6BF is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 191 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.22 |
| HSL | 52.5º | 0.07% | 0.76% | - |
| HSV(B) | 52.5º | 0.04% | 0.78% | - |
| XYZ | 53.15 | 56.29 | 57.35 | - |
| YUV | 197.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 191 | 0 | 0.01 | 0.04 | 0.22 | 52.5 | 0.07 | 0.76 |
| Hex | C7 | C6 | BF | 0 | 1 | 4 | 16 | 34 | 7 | 4C |
| Octal | 307 | 306 | 277 | 0 | 1 | 4 | 26 | 64 | 7 | 114 |
| Binary | 11000111 | 11000110 | 10111111 | 0 | 1 | 100 | 10110 | 110100 | 111 | 1001100 |
Color Harmonies of #C7C6BF
Complementary color
Monochromatic Colors of #C7C6BF
Black with #C7C6BF
Text Example
Text Example
White with #C7C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C6BF; }
p { color: rgb(199,198,191); }
H1.HeaderClassName
{
color: #C7C6BF;
}
.AnyTagClassName
{
color: #C7C6BF;
}
</style>
background-color css
<style>
a { background-color: #C7C6BF; }
a { background-color: rgb(199,198,191); }
div.DivClassName
{
background-color: #C7C6BF;
}
.BgClassName
{
background-color: #C7C6BF;
}
</style>
border-color css
<style>
span { border-color: #C7C6BF; }
span { border-color: rgb(199,198,191); }
td.TdClassName
{
border-color: #C7C6BF;
}
.TagClassName
{
border-color: #C7C6BF;
}
</style>