Shades of Quill Grey #C6C3BC
Tints of Quill Grey #C6C3BC
RGB
CMYK
RGB Variations
Color information
#C6C3BC (or 0xC6C3BC) is known color: Quill Grey. HEX triplet: C6, C3 and BC. RGB value is (198,195,188). Sum of RGB (Red+Green+Blue) = 198+195+188=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C3BC is #393C43. Grayscale: #C3C3C3. Windows color (decimal): -3750980 or 12370886. OLE color: 12370886.
HSL color Cylindrical-coordinate representation of color #C6C3BC: hue angle of 42º degrees, saturation: 0.08, 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 #C6C3BC is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 188 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.22 |
| HSL | 42º | 0.08% | 0.76% | - |
| HSV(B) | 42º | 0.05% | 0.78% | - |
| XYZ | 51.88 | 54.67 | 55.39 | - |
| YUV | 195.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 188 | 0 | 0.02 | 0.05 | 0.22 | 42 | 0.08 | 0.76 |
| Hex | C6 | C3 | BC | 0 | 2 | 5 | 16 | 2A | 8 | 4C |
| Octal | 306 | 303 | 274 | 0 | 2 | 5 | 26 | 52 | 10 | 114 |
| Binary | 11000110 | 11000011 | 10111100 | 0 | 10 | 101 | 10110 | 101010 | 1000 | 1001100 |
Color Harmonies of #C6C3BC
Complementary color
Monochromatic Colors of #C6C3BC
Black with #C6C3BC
Text Example
Text Example
White with #C6C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C3BC; }
p { color: rgb(198,195,188); }
H1.HeaderClassName
{
color: #C6C3BC;
}
.AnyTagClassName
{
color: #C6C3BC;
}
</style>
background-color css
<style>
a { background-color: #C6C3BC; }
a { background-color: rgb(198,195,188); }
div.DivClassName
{
background-color: #C6C3BC;
}
.BgClassName
{
background-color: #C6C3BC;
}
</style>
border-color css
<style>
span { border-color: #C6C3BC; }
span { border-color: rgb(198,195,188); }
td.TdClassName
{
border-color: #C6C3BC;
}
.TagClassName
{
border-color: #C6C3BC;
}
</style>