Shades of Quill Grey #C8C5BD
Tints of Quill Grey #C8C5BD
RGB
CMYK
RGB Variations
Color information
#C8C5BD (or 0xC8C5BD) is known color: Quill Grey. HEX triplet: C8, C5 and BD. RGB value is (200,197,189). Sum of RGB (Red+Green+Blue) = 200+197+189=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5BD is #373A42. Grayscale: #C5C5C5. Windows color (decimal): -3619395 or 12436936. OLE color: 12436936.
HSL color Cylindrical-coordinate representation of color #C8C5BD: hue angle of 43.64º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8C5BD is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 189 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.22 |
| HSL | 43.64º | 0.09% | 0.76% | - |
| HSV(B) | 43.64º | 0.06% | 0.78% | - |
| XYZ | 52.97 | 55.89 | 56.14 | - |
| YUV | 196.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 189 | 0 | 0.02 | 0.06 | 0.22 | 43.64 | 0.09 | 0.76 |
| Hex | C8 | C5 | BD | 0 | 2 | 6 | 16 | 2C | 9 | 4C |
| Octal | 310 | 305 | 275 | 0 | 2 | 6 | 26 | 54 | 11 | 114 |
| Binary | 11001000 | 11000101 | 10111101 | 0 | 10 | 110 | 10110 | 101100 | 1001 | 1001100 |
Color Harmonies of #C8C5BD
Complementary color
Monochromatic Colors of #C8C5BD
Black with #C8C5BD
Text Example
Text Example
White with #C8C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5BD; }
p { color: rgb(200,197,189); }
H1.HeaderClassName
{
color: #C8C5BD;
}
.AnyTagClassName
{
color: #C8C5BD;
}
</style>
background-color css
<style>
a { background-color: #C8C5BD; }
a { background-color: rgb(200,197,189); }
div.DivClassName
{
background-color: #C8C5BD;
}
.BgClassName
{
background-color: #C8C5BD;
}
</style>
border-color css
<style>
span { border-color: #C8C5BD; }
span { border-color: rgb(200,197,189); }
td.TdClassName
{
border-color: #C8C5BD;
}
.TagClassName
{
border-color: #C8C5BD;
}
</style>