Shades of Quill Grey #CCC8BF
Tints of Quill Grey #CCC8BF
RGB
CMYK
RGB Variations
Color information
#CCC8BF (or 0xCCC8BF) is known color: Quill Grey. HEX triplet: CC, C8 and BF. RGB value is (204,200,191). Sum of RGB (Red+Green+Blue) = 204+200+191=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8BF is #333740. Grayscale: #C8C8C8. Windows color (decimal): -3356481 or 12568780. OLE color: 12568780.
HSL color Cylindrical-coordinate representation of color #CCC8BF: hue angle of 41.54º 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 #CCC8BF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 191 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.2 |
| HSL | 41.54º | 0.11% | 0.77% | - |
| HSV(B) | 41.54º | 0.06% | 0.8% | - |
| XYZ | 54.96 | 57.91 | 57.57 | - |
| YUV | 200.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 191 | 0 | 0.02 | 0.06 | 0.2 | 41.54 | 0.11 | 0.77 |
| Hex | CC | C8 | BF | 0 | 2 | 6 | 14 | 2A | B | 4D |
| Octal | 314 | 310 | 277 | 0 | 2 | 6 | 24 | 52 | 13 | 115 |
| Binary | 11001100 | 11001000 | 10111111 | 0 | 10 | 110 | 10100 | 101010 | 1011 | 1001101 |
Color Harmonies of #CCC8BF
Complementary color
Monochromatic Colors of #CCC8BF
Black with #CCC8BF
Text Example
Text Example
White with #CCC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8BF; }
p { color: rgb(204,200,191); }
H1.HeaderClassName
{
color: #CCC8BF;
}
.AnyTagClassName
{
color: #CCC8BF;
}
</style>
background-color css
<style>
a { background-color: #CCC8BF; }
a { background-color: rgb(204,200,191); }
div.DivClassName
{
background-color: #CCC8BF;
}
.BgClassName
{
background-color: #CCC8BF;
}
</style>
border-color css
<style>
span { border-color: #CCC8BF; }
span { border-color: rgb(204,200,191); }
td.TdClassName
{
border-color: #CCC8BF;
}
.TagClassName
{
border-color: #CCC8BF;
}
</style>