Shades of Quill Grey #CCC7BA
Tints of Quill Grey #CCC7BA
RGB
CMYK
RGB Variations
Color information
#CCC7BA (or 0xCCC7BA) is known color: Quill Grey. HEX triplet: CC, C7 and BA. RGB value is (204,199,186). Sum of RGB (Red+Green+Blue) = 204+199+186=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7BA is #333845. Grayscale: #C7C7C7. Windows color (decimal): -3356742 or 12240844. OLE color: 12240844.
HSL color Cylindrical-coordinate representation of color #CCC7BA: hue angle of 43.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC7BA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 186 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.2 |
| HSL | 43.33º | 0.15% | 0.76% | - |
| HSV(B) | 43.33º | 0.09% | 0.8% | - |
| XYZ | 54.19 | 57.23 | 54.64 | - |
| YUV | 199.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 186 | 0 | 0.02 | 0.09 | 0.2 | 43.33 | 0.15 | 0.76 |
| Hex | CC | C7 | BA | 0 | 2 | 9 | 14 | 2B | F | 4C |
| Octal | 314 | 307 | 272 | 0 | 2 | 11 | 24 | 53 | 17 | 114 |
| Binary | 11001100 | 11000111 | 10111010 | 0 | 10 | 1001 | 10100 | 101011 | 1111 | 1001100 |
Color Harmonies of #CCC7BA
Complementary color
Monochromatic Colors of #CCC7BA
Black with #CCC7BA
Text Example
Text Example
White with #CCC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7BA; }
p { color: rgb(204,199,186); }
H1.HeaderClassName
{
color: #CCC7BA;
}
.AnyTagClassName
{
color: #CCC7BA;
}
</style>
background-color css
<style>
a { background-color: #CCC7BA; }
a { background-color: rgb(204,199,186); }
div.DivClassName
{
background-color: #CCC7BA;
}
.BgClassName
{
background-color: #CCC7BA;
}
</style>
border-color css
<style>
span { border-color: #CCC7BA; }
span { border-color: rgb(204,199,186); }
td.TdClassName
{
border-color: #CCC7BA;
}
.TagClassName
{
border-color: #CCC7BA;
}
</style>