Shades of Quill Grey #C8C7C2
Tints of Quill Grey #C8C7C2
RGB
CMYK
RGB Variations
Color information
#C8C7C2 (or 0xC8C7C2) is known color: Quill Grey. HEX triplet: C8, C7 and C2. RGB value is (200,199,194). Sum of RGB (Red+Green+Blue) = 200+199+194=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7C2 is #37383D. Grayscale: #C6C6C6. Windows color (decimal): -3618878 or 12765128. OLE color: 12765128.
HSL color Cylindrical-coordinate representation of color #C8C7C2: hue angle of 50º 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 #C8C7C2 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 199 | 194 | - |
CMYK | 0 | 0.00 | 0.03 | 0.22 |
HSL | 50º | 0.05% | 0.77% | - |
HSV(B) | 50º | 0.03% | 0.78% | - |
XYZ | 53.98 | 57.02 | 59.2 | - |
YUV | 198.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 194 | 0 | 0.00 | 0.03 | 0.22 | 50 | 0.05 | 0.77 |
Hex | C8 | C7 | C2 | 0 | 0 | 3 | 16 | 32 | 5 | 4D |
Octal | 310 | 307 | 302 | 0 | 0 | 3 | 26 | 62 | 5 | 115 |
Binary | 11001000 | 11000111 | 11000010 | 0 | 0 | 11 | 10110 | 110010 | 101 | 1001101 |
Color Harmonies of #C8C7C2
Complementary color
Monochromatic Colors of #C8C7C2
Black with #C8C7C2
Text Example
Text Example
White with #C8C7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7C2; }
p { color: rgb(200,199,194); }
H1.HeaderClassName
{
color: #C8C7C2;
}
.AnyTagClassName
{
color: #C8C7C2;
}
</style>
background-color css
<style>
a { background-color: #C8C7C2; }
a { background-color: rgb(200,199,194); }
div.DivClassName
{
background-color: #C8C7C2;
}
.BgClassName
{
background-color: #C8C7C2;
}
</style>
border-color css
<style>
span { border-color: #C8C7C2; }
span { border-color: rgb(200,199,194); }
td.TdClassName
{
border-color: #C8C7C2;
}
.TagClassName
{
border-color: #C8C7C2;
}
</style>