Shades of Quill Grey #C8C6C2
Tints of Quill Grey #C8C6C2
RGB
CMYK
RGB Variations
Color information
#C8C6C2 (or 0xC8C6C2) is known color: Quill Grey. HEX triplet: C8, C6 and C2. RGB value is (200,198,194). Sum of RGB (Red+Green+Blue) = 200+198+194=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6C2 is #37393D. Grayscale: #C6C6C6. Windows color (decimal): -3619134 or 12764872. OLE color: 12764872.
HSL color Cylindrical-coordinate representation of color #C8C6C2: hue angle of 40º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8C6C2 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 198 | 194 | - |
CMYK | 0 | 0.01 | 0.03 | 0.22 |
HSL | 40º | 0.05% | 0.77% | - |
HSV(B) | 40º | 0.03% | 0.78% | - |
XYZ | 53.75 | 56.56 | 59.12 | - |
YUV | 198.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 198 | 194 | 0 | 0.01 | 0.03 | 0.22 | 40 | 0.05 | 0.77 |
Hex | C8 | C6 | C2 | 0 | 1 | 3 | 16 | 28 | 5 | 4D |
Octal | 310 | 306 | 302 | 0 | 1 | 3 | 26 | 50 | 5 | 115 |
Binary | 11001000 | 11000110 | 11000010 | 0 | 1 | 11 | 10110 | 101000 | 101 | 1001101 |
Color Harmonies of #C8C6C2
Complementary color
Monochromatic Colors of #C8C6C2
Black with #C8C6C2
Text Example
Text Example
White with #C8C6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C6C2; }
p { color: rgb(200,198,194); }
H1.HeaderClassName
{
color: #C8C6C2;
}
.AnyTagClassName
{
color: #C8C6C2;
}
</style>
background-color css
<style>
a { background-color: #C8C6C2; }
a { background-color: rgb(200,198,194); }
div.DivClassName
{
background-color: #C8C6C2;
}
.BgClassName
{
background-color: #C8C6C2;
}
</style>
border-color css
<style>
span { border-color: #C8C6C2; }
span { border-color: rgb(200,198,194); }
td.TdClassName
{
border-color: #C8C6C2;
}
.TagClassName
{
border-color: #C8C6C2;
}
</style>