Shades of Quill Grey #C6C4BD
Tints of Quill Grey #C6C4BD
RGB
CMYK
RGB Variations
Color information
#C6C4BD (or 0xC6C4BD) is known color: Quill Grey. HEX triplet: C6, C4 and BD. RGB value is (198,196,189). Sum of RGB (Red+Green+Blue) = 198+196+189=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4BD is #393B42. Grayscale: #C3C3C3. Windows color (decimal): -3750723 or 12436678. OLE color: 12436678.
HSL color Cylindrical-coordinate representation of color #C6C4BD: hue angle of 46.67º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6C4BD is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 189 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.22 |
| HSL | 46.67º | 0.07% | 0.76% | - |
| HSV(B) | 46.67º | 0.05% | 0.78% | - |
| XYZ | 52.21 | 55.16 | 56.04 | - |
| YUV | 195.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 189 | 0 | 0.01 | 0.05 | 0.22 | 46.67 | 0.07 | 0.76 |
| Hex | C6 | C4 | BD | 0 | 1 | 5 | 16 | 2F | 7 | 4C |
| Octal | 306 | 304 | 275 | 0 | 1 | 5 | 26 | 57 | 7 | 114 |
| Binary | 11000110 | 11000100 | 10111101 | 0 | 1 | 101 | 10110 | 101111 | 111 | 1001100 |
Color Harmonies of #C6C4BD
Complementary color
Monochromatic Colors of #C6C4BD
Black with #C6C4BD
Text Example
Text Example
White with #C6C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C4BD; }
p { color: rgb(198,196,189); }
H1.HeaderClassName
{
color: #C6C4BD;
}
.AnyTagClassName
{
color: #C6C4BD;
}
</style>
background-color css
<style>
a { background-color: #C6C4BD; }
a { background-color: rgb(198,196,189); }
div.DivClassName
{
background-color: #C6C4BD;
}
.BgClassName
{
background-color: #C6C4BD;
}
</style>
border-color css
<style>
span { border-color: #C6C4BD; }
span { border-color: rgb(198,196,189); }
td.TdClassName
{
border-color: #C6C4BD;
}
.TagClassName
{
border-color: #C6C4BD;
}
</style>