Shades of Quill Grey #CCC7BB
Tints of Quill Grey #CCC7BB
RGB
CMYK
RGB Variations
Color information
#CCC7BB (or 0xCCC7BB) is known color: Quill Grey. HEX triplet: CC, C7 and BB. RGB value is (204,199,187). Sum of RGB (Red+Green+Blue) = 204+199+187=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7BB is #333844. Grayscale: #C7C7C7. Windows color (decimal): -3356741 or 12306380. OLE color: 12306380.
HSL color Cylindrical-coordinate representation of color #CCC7BB: hue angle of 42.35º 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 #CCC7BB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 187 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.2 |
| HSL | 42.35º | 0.14% | 0.77% | - |
| HSV(B) | 42.35º | 0.08% | 0.8% | - |
| XYZ | 54.29 | 57.27 | 55.21 | - |
| YUV | 199.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 187 | 0 | 0.02 | 0.08 | 0.2 | 42.35 | 0.14 | 0.77 |
| Hex | CC | C7 | BB | 0 | 2 | 8 | 14 | 2A | E | 4D |
| Octal | 314 | 307 | 273 | 0 | 2 | 10 | 24 | 52 | 16 | 115 |
| Binary | 11001100 | 11000111 | 10111011 | 0 | 10 | 1000 | 10100 | 101010 | 1110 | 1001101 |
Color Harmonies of #CCC7BB
Complementary color
Monochromatic Colors of #CCC7BB
Black with #CCC7BB
Text Example
Text Example
White with #CCC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7BB; }
p { color: rgb(204,199,187); }
H1.HeaderClassName
{
color: #CCC7BB;
}
.AnyTagClassName
{
color: #CCC7BB;
}
</style>
background-color css
<style>
a { background-color: #CCC7BB; }
a { background-color: rgb(204,199,187); }
div.DivClassName
{
background-color: #CCC7BB;
}
.BgClassName
{
background-color: #CCC7BB;
}
</style>
border-color css
<style>
span { border-color: #CCC7BB; }
span { border-color: rgb(204,199,187); }
td.TdClassName
{
border-color: #CCC7BB;
}
.TagClassName
{
border-color: #CCC7BB;
}
</style>