Shades of Quill Grey #CCC9BC
Tints of Quill Grey #CCC9BC
RGB
CMYK
RGB Variations
Color information
#CCC9BC (or 0xCCC9BC) is known color: Quill Grey. HEX triplet: CC, C9 and BC. RGB value is (204,201,188). Sum of RGB (Red+Green+Blue) = 204+201+188=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9BC is #333643. Grayscale: #C8C8C8. Windows color (decimal): -3356228 or 12372428. OLE color: 12372428.
HSL color Cylindrical-coordinate representation of color #CCC9BC: hue angle of 48.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC9BC is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 188 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.2 |
| HSL | 48.75º | 0.14% | 0.77% | - |
| HSV(B) | 48.75º | 0.08% | 0.8% | - |
| XYZ | 54.87 | 58.24 | 55.93 | - |
| YUV | 200.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 188 | 0 | 0.01 | 0.08 | 0.2 | 48.75 | 0.14 | 0.77 |
| Hex | CC | C9 | BC | 0 | 1 | 8 | 14 | 31 | E | 4D |
| Octal | 314 | 311 | 274 | 0 | 1 | 10 | 24 | 61 | 16 | 115 |
| Binary | 11001100 | 11001001 | 10111100 | 0 | 1 | 1000 | 10100 | 110001 | 1110 | 1001101 |
Color Harmonies of #CCC9BC
Complementary color
Monochromatic Colors of #CCC9BC
Black with #CCC9BC
Text Example
Text Example
White with #CCC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9BC; }
p { color: rgb(204,201,188); }
H1.HeaderClassName
{
color: #CCC9BC;
}
.AnyTagClassName
{
color: #CCC9BC;
}
</style>
background-color css
<style>
a { background-color: #CCC9BC; }
a { background-color: rgb(204,201,188); }
div.DivClassName
{
background-color: #CCC9BC;
}
.BgClassName
{
background-color: #CCC9BC;
}
</style>
border-color css
<style>
span { border-color: #CCC9BC; }
span { border-color: rgb(204,201,188); }
td.TdClassName
{
border-color: #CCC9BC;
}
.TagClassName
{
border-color: #CCC9BC;
}
</style>