Shades of Quill Grey #C9C8BF
Tints of Quill Grey #C9C8BF
RGB
CMYK
RGB Variations
Color information
#C9C8BF (or 0xC9C8BF) is known color: Quill Grey. HEX triplet: C9, C8 and BF. RGB value is (201,200,191). Sum of RGB (Red+Green+Blue) = 201+200+191=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8BF is #363740. Grayscale: #C7C7C7. Windows color (decimal): -3553089 or 12568777. OLE color: 12568777.
HSL color Cylindrical-coordinate representation of color #C9C8BF: hue angle of 54º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C8BF is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 191 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.21 |
| HSL | 54º | 0.08% | 0.77% | - |
| HSV(B) | 54º | 0.05% | 0.79% | - |
| XYZ | 54.15 | 57.49 | 57.53 | - |
| YUV | 199.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 191 | 0 | 0.00 | 0.05 | 0.21 | 54 | 0.08 | 0.77 |
| Hex | C9 | C8 | BF | 0 | 0 | 5 | 15 | 36 | 8 | 4D |
| Octal | 311 | 310 | 277 | 0 | 0 | 5 | 25 | 66 | 10 | 115 |
| Binary | 11001001 | 11001000 | 10111111 | 0 | 0 | 101 | 10101 | 110110 | 1000 | 1001101 |
Color Harmonies of #C9C8BF
Complementary color
Monochromatic Colors of #C9C8BF
Black with #C9C8BF
Text Example
Text Example
White with #C9C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8BF; }
p { color: rgb(201,200,191); }
H1.HeaderClassName
{
color: #C9C8BF;
}
.AnyTagClassName
{
color: #C9C8BF;
}
</style>
background-color css
<style>
a { background-color: #C9C8BF; }
a { background-color: rgb(201,200,191); }
div.DivClassName
{
background-color: #C9C8BF;
}
.BgClassName
{
background-color: #C9C8BF;
}
</style>
border-color css
<style>
span { border-color: #C9C8BF; }
span { border-color: rgb(201,200,191); }
td.TdClassName
{
border-color: #C9C8BF;
}
.TagClassName
{
border-color: #C9C8BF;
}
</style>