Shades of Quill Grey #CCCAC1
Tints of Quill Grey #CCCAC1
RGB
CMYK
RGB Variations
Color information
#CCCAC1 (or 0xCCCAC1) is known color: Quill Grey. HEX triplet: CC, CA and C1. RGB value is (204,202,193). Sum of RGB (Red+Green+Blue) = 204+202+193=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC1 is #33353E. Grayscale: #C9C9C9. Windows color (decimal): -3355967 or 12700364. OLE color: 12700364.
HSL color Cylindrical-coordinate representation of color #CCCAC1: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCAC1 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 193 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.2 |
| HSL | 49.09º | 0.1% | 0.78% | - |
| HSV(B) | 49.09º | 0.05% | 0.8% | - |
| XYZ | 55.65 | 58.93 | 58.89 | - |
| YUV | 201.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 193 | 0 | 0.01 | 0.05 | 0.2 | 49.09 | 0.1 | 0.78 |
| Hex | CC | CA | C1 | 0 | 1 | 5 | 14 | 31 | A | 4E |
| Octal | 314 | 312 | 301 | 0 | 1 | 5 | 24 | 61 | 12 | 116 |
| Binary | 11001100 | 11001010 | 11000001 | 0 | 1 | 101 | 10100 | 110001 | 1010 | 1001110 |
Color Harmonies of #CCCAC1
Complementary color
Monochromatic Colors of #CCCAC1
Black with #CCCAC1
Text Example
Text Example
White with #CCCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAC1; }
p { color: rgb(204,202,193); }
H1.HeaderClassName
{
color: #CCCAC1;
}
.AnyTagClassName
{
color: #CCCAC1;
}
</style>
background-color css
<style>
a { background-color: #CCCAC1; }
a { background-color: rgb(204,202,193); }
div.DivClassName
{
background-color: #CCCAC1;
}
.BgClassName
{
background-color: #CCCAC1;
}
</style>
border-color css
<style>
span { border-color: #CCCAC1; }
span { border-color: rgb(204,202,193); }
td.TdClassName
{
border-color: #CCCAC1;
}
.TagClassName
{
border-color: #CCCAC1;
}
</style>