Shades of Quill Grey #CCC9BF
Tints of Quill Grey #CCC9BF
RGB
CMYK
RGB Variations
Color information
#CCC9BF (or 0xCCC9BF) is known color: Quill Grey. HEX triplet: CC, C9 and BF. RGB value is (204,201,191). Sum of RGB (Red+Green+Blue) = 204+201+191=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9BF is #333640. Grayscale: #C8C8C8. Windows color (decimal): -3356225 or 12569036. OLE color: 12569036.
HSL color Cylindrical-coordinate representation of color #CCC9BF: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC9BF is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 191 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.2 |
| HSL | 46.15º | 0.11% | 0.77% | - |
| HSV(B) | 46.15º | 0.06% | 0.8% | - |
| XYZ | 55.19 | 58.37 | 57.65 | - |
| YUV | 200.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 191 | 0 | 0.01 | 0.06 | 0.2 | 46.15 | 0.11 | 0.77 |
| Hex | CC | C9 | BF | 0 | 1 | 6 | 14 | 2E | B | 4D |
| Octal | 314 | 311 | 277 | 0 | 1 | 6 | 24 | 56 | 13 | 115 |
| Binary | 11001100 | 11001001 | 10111111 | 0 | 1 | 110 | 10100 | 101110 | 1011 | 1001101 |
Color Harmonies of #CCC9BF
Complementary color
Monochromatic Colors of #CCC9BF
Black with #CCC9BF
Text Example
Text Example
White with #CCC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9BF; }
p { color: rgb(204,201,191); }
H1.HeaderClassName
{
color: #CCC9BF;
}
.AnyTagClassName
{
color: #CCC9BF;
}
</style>
background-color css
<style>
a { background-color: #CCC9BF; }
a { background-color: rgb(204,201,191); }
div.DivClassName
{
background-color: #CCC9BF;
}
.BgClassName
{
background-color: #CCC9BF;
}
</style>
border-color css
<style>
span { border-color: #CCC9BF; }
span { border-color: rgb(204,201,191); }
td.TdClassName
{
border-color: #CCC9BF;
}
.TagClassName
{
border-color: #CCC9BF;
}
</style>