Shades of Quill Grey #CCC8BB
Tints of Quill Grey #CCC8BB
RGB
CMYK
RGB Variations
Color information
#CCC8BB (or 0xCCC8BB) is known color: Quill Grey. HEX triplet: CC, C8 and BB. RGB value is (204,200,187). Sum of RGB (Red+Green+Blue) = 204+200+187=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8BB is #333744. Grayscale: #C7C7C7. Windows color (decimal): -3356485 or 12306636. OLE color: 12306636.
HSL color Cylindrical-coordinate representation of color #CCC8BB: hue angle of 45.88º 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 #CCC8BB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 187 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.2 |
| HSL | 45.88º | 0.14% | 0.77% | - |
| HSV(B) | 45.88º | 0.08% | 0.8% | - |
| XYZ | 54.53 | 57.73 | 55.28 | - |
| YUV | 199.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 187 | 0 | 0.02 | 0.08 | 0.2 | 45.88 | 0.14 | 0.77 |
| Hex | CC | C8 | BB | 0 | 2 | 8 | 14 | 2E | E | 4D |
| Octal | 314 | 310 | 273 | 0 | 2 | 10 | 24 | 56 | 16 | 115 |
| Binary | 11001100 | 11001000 | 10111011 | 0 | 10 | 1000 | 10100 | 101110 | 1110 | 1001101 |
Color Harmonies of #CCC8BB
Complementary color
Monochromatic Colors of #CCC8BB
Black with #CCC8BB
Text Example
Text Example
White with #CCC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8BB; }
p { color: rgb(204,200,187); }
H1.HeaderClassName
{
color: #CCC8BB;
}
.AnyTagClassName
{
color: #CCC8BB;
}
</style>
background-color css
<style>
a { background-color: #CCC8BB; }
a { background-color: rgb(204,200,187); }
div.DivClassName
{
background-color: #CCC8BB;
}
.BgClassName
{
background-color: #CCC8BB;
}
</style>
border-color css
<style>
span { border-color: #CCC8BB; }
span { border-color: rgb(204,200,187); }
td.TdClassName
{
border-color: #CCC8BB;
}
.TagClassName
{
border-color: #CCC8BB;
}
</style>