Shades of Quill Grey #C5C4BE
Tints of Quill Grey #C5C4BE
RGB
CMYK
RGB Variations
Color information
#C5C4BE (or 0xC5C4BE) is known color: Quill Grey. HEX triplet: C5, C4 and BE. RGB value is (197,196,190). Sum of RGB (Red+Green+Blue) = 197+196+190=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C4BE is #3A3B41. Grayscale: #C3C3C3. Windows color (decimal): -3816258 or 12502213. OLE color: 12502213.
HSL color Cylindrical-coordinate representation of color #C5C4BE: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5C4BE is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 190 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.23 |
| HSL | 51.43º | 0.06% | 0.76% | - |
| HSV(B) | 51.43º | 0.04% | 0.77% | - |
| XYZ | 52.06 | 55.07 | 56.6 | - |
| YUV | 195.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 190 | 0 | 0.01 | 0.04 | 0.23 | 51.43 | 0.06 | 0.76 |
| Hex | C5 | C4 | BE | 0 | 1 | 4 | 17 | 33 | 6 | 4C |
| Octal | 305 | 304 | 276 | 0 | 1 | 4 | 27 | 63 | 6 | 114 |
| Binary | 11000101 | 11000100 | 10111110 | 0 | 1 | 100 | 10111 | 110011 | 110 | 1001100 |
Color Harmonies of #C5C4BE
Complementary color
Monochromatic Colors of #C5C4BE
Black with #C5C4BE
Text Example
Text Example
White with #C5C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C4BE; }
p { color: rgb(197,196,190); }
H1.HeaderClassName
{
color: #C5C4BE;
}
.AnyTagClassName
{
color: #C5C4BE;
}
</style>
background-color css
<style>
a { background-color: #C5C4BE; }
a { background-color: rgb(197,196,190); }
div.DivClassName
{
background-color: #C5C4BE;
}
.BgClassName
{
background-color: #C5C4BE;
}
</style>
border-color css
<style>
span { border-color: #C5C4BE; }
span { border-color: rgb(197,196,190); }
td.TdClassName
{
border-color: #C5C4BE;
}
.TagClassName
{
border-color: #C5C4BE;
}
</style>