Shades of Quill Grey #C6C5BF
Tints of Quill Grey #C6C5BF
RGB
CMYK
RGB Variations
Color information
#C6C5BF (or 0xC6C5BF) is known color: Quill Grey. HEX triplet: C6, C5 and BF. RGB value is (198,197,191). Sum of RGB (Red+Green+Blue) = 198+197+191=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C5BF is #393A40. Grayscale: #C4C4C4. Windows color (decimal): -3750465 or 12568006. OLE color: 12568006.
HSL color Cylindrical-coordinate representation of color #C6C5BF: hue angle of 51.43º degrees, saturation: 0.06, 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 #C6C5BF is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 191 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.22 |
| HSL | 51.43º | 0.06% | 0.76% | - |
| HSV(B) | 51.43º | 0.04% | 0.78% | - |
| XYZ | 52.66 | 55.7 | 57.27 | - |
| YUV | 196.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 191 | 0 | 0.01 | 0.04 | 0.22 | 51.43 | 0.06 | 0.76 |
| Hex | C6 | C5 | BF | 0 | 1 | 4 | 16 | 33 | 6 | 4C |
| Octal | 306 | 305 | 277 | 0 | 1 | 4 | 26 | 63 | 6 | 114 |
| Binary | 11000110 | 11000101 | 10111111 | 0 | 1 | 100 | 10110 | 110011 | 110 | 1001100 |
Color Harmonies of #C6C5BF
Complementary color
Monochromatic Colors of #C6C5BF
Black with #C6C5BF
Text Example
Text Example
White with #C6C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C5BF; }
p { color: rgb(198,197,191); }
H1.HeaderClassName
{
color: #C6C5BF;
}
.AnyTagClassName
{
color: #C6C5BF;
}
</style>
background-color css
<style>
a { background-color: #C6C5BF; }
a { background-color: rgb(198,197,191); }
div.DivClassName
{
background-color: #C6C5BF;
}
.BgClassName
{
background-color: #C6C5BF;
}
</style>
border-color css
<style>
span { border-color: #C6C5BF; }
span { border-color: rgb(198,197,191); }
td.TdClassName
{
border-color: #C6C5BF;
}
.TagClassName
{
border-color: #C6C5BF;
}
</style>