Shades of Quill Grey #C9C8C3
Tints of Quill Grey #C9C8C3
RGB
CMYK
RGB Variations
Color information
#C9C8C3 (or 0xC9C8C3) is known color: Quill Grey. HEX triplet: C9, C8 and C3. RGB value is (201,200,195). Sum of RGB (Red+Green+Blue) = 201+200+195=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8C3 is #36373C. Grayscale: #C7C7C7. Windows color (decimal): -3553085 or 12830921. OLE color: 12830921.
HSL color Cylindrical-coordinate representation of color #C9C8C3: hue angle of 50º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9C8C3 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 195 | - |
| CMYK | 0 | 0.00 | 0.03 | 0.21 |
| HSL | 50º | 0.05% | 0.78% | - |
| HSV(B) | 50º | 0.03% | 0.79% | - |
| XYZ | 54.59 | 57.67 | 59.88 | - |
| YUV | 199.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 195 | 0 | 0.00 | 0.03 | 0.21 | 50 | 0.05 | 0.78 |
| Hex | C9 | C8 | C3 | 0 | 0 | 3 | 15 | 32 | 5 | 4E |
| Octal | 311 | 310 | 303 | 0 | 0 | 3 | 25 | 62 | 5 | 116 |
| Binary | 11001001 | 11001000 | 11000011 | 0 | 0 | 11 | 10101 | 110010 | 101 | 1001110 |
Color Harmonies of #C9C8C3
Complementary color
Monochromatic Colors of #C9C8C3
Black with #C9C8C3
Text Example
Text Example
White with #C9C8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8C3; }
p { color: rgb(201,200,195); }
H1.HeaderClassName
{
color: #C9C8C3;
}
.AnyTagClassName
{
color: #C9C8C3;
}
</style>
background-color css
<style>
a { background-color: #C9C8C3; }
a { background-color: rgb(201,200,195); }
div.DivClassName
{
background-color: #C9C8C3;
}
.BgClassName
{
background-color: #C9C8C3;
}
</style>
border-color css
<style>
span { border-color: #C9C8C3; }
span { border-color: rgb(201,200,195); }
td.TdClassName
{
border-color: #C9C8C3;
}
.TagClassName
{
border-color: #C9C8C3;
}
</style>