Shades of Quill Grey #C8C6C1
Tints of Quill Grey #C8C6C1
RGB
CMYK
RGB Variations
Color information
#C8C6C1 (or 0xC8C6C1) is known color: Quill Grey. HEX triplet: C8, C6 and C1. RGB value is (200,198,193). Sum of RGB (Red+Green+Blue) = 200+198+193=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6C1 is #37393E. Grayscale: #C6C6C6. Windows color (decimal): -3619135 or 12699336. OLE color: 12699336.
HSL color Cylindrical-coordinate representation of color #C8C6C1: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8C6C1 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 193 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.22 |
| HSL | 42.86º | 0.06% | 0.77% | - |
| HSV(B) | 42.86º | 0.04% | 0.78% | - |
| XYZ | 53.64 | 56.52 | 58.53 | - |
| YUV | 198.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 193 | 0 | 0.01 | 0.04 | 0.22 | 42.86 | 0.06 | 0.77 |
| Hex | C8 | C6 | C1 | 0 | 1 | 4 | 16 | 2B | 6 | 4D |
| Octal | 310 | 306 | 301 | 0 | 1 | 4 | 26 | 53 | 6 | 115 |
| Binary | 11001000 | 11000110 | 11000001 | 0 | 1 | 100 | 10110 | 101011 | 110 | 1001101 |
Color Harmonies of #C8C6C1
Complementary color
Monochromatic Colors of #C8C6C1
Black with #C8C6C1
Text Example
Text Example
White with #C8C6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6C1; }
p { color: rgb(200,198,193); }
H1.HeaderClassName
{
color: #C8C6C1;
}
.AnyTagClassName
{
color: #C8C6C1;
}
</style>
background-color css
<style>
a { background-color: #C8C6C1; }
a { background-color: rgb(200,198,193); }
div.DivClassName
{
background-color: #C8C6C1;
}
.BgClassName
{
background-color: #C8C6C1;
}
</style>
border-color css
<style>
span { border-color: #C8C6C1; }
span { border-color: rgb(200,198,193); }
td.TdClassName
{
border-color: #C8C6C1;
}
.TagClassName
{
border-color: #C8C6C1;
}
</style>