Shades of Quill Grey #CCCAC5
Tints of Quill Grey #CCCAC5
RGB
CMYK
RGB Variations
Color information
#CCCAC5 (or 0xCCCAC5) is known color: Quill Grey. HEX triplet: CC, CA and C5. RGB value is (204,202,197). Sum of RGB (Red+Green+Blue) = 204+202+197=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC5 is #33353A. Grayscale: #CACACA. Windows color (decimal): -3355963 or 12962508. OLE color: 12962508.
HSL color Cylindrical-coordinate representation of color #CCCAC5: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCAC5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 202 | 197 | - |
CMYK | 0 | 0.01 | 0.03 | 0.2 |
HSL | 42.86º | 0.06% | 0.79% | - |
HSV(B) | 42.86º | 0.03% | 0.8% | - |
XYZ | 56.1 | 59.11 | 61.28 | - |
YUV | 202.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 197 | 0 | 0.01 | 0.03 | 0.2 | 42.86 | 0.06 | 0.79 |
Hex | CC | CA | C5 | 0 | 1 | 3 | 14 | 2B | 6 | 4F |
Octal | 314 | 312 | 305 | 0 | 1 | 3 | 24 | 53 | 6 | 117 |
Binary | 11001100 | 11001010 | 11000101 | 0 | 1 | 11 | 10100 | 101011 | 110 | 1001111 |
Color Harmonies of #CCCAC5
Complementary color
Monochromatic Colors of #CCCAC5
Black with #CCCAC5
Text Example
Text Example
White with #CCCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAC5; }
p { color: rgb(204,202,197); }
H1.HeaderClassName
{
color: #CCCAC5;
}
.AnyTagClassName
{
color: #CCCAC5;
}
</style>
background-color css
<style>
a { background-color: #CCCAC5; }
a { background-color: rgb(204,202,197); }
div.DivClassName
{
background-color: #CCCAC5;
}
.BgClassName
{
background-color: #CCCAC5;
}
</style>
border-color css
<style>
span { border-color: #CCCAC5; }
span { border-color: rgb(204,202,197); }
td.TdClassName
{
border-color: #CCCAC5;
}
.TagClassName
{
border-color: #CCCAC5;
}
</style>