Shades of Quill Grey #CCCAC4
Tints of Quill Grey #CCCAC4
RGB
CMYK
RGB Variations
Color information
#CCCAC4 (or 0xCCCAC4) is known color: Quill Grey. HEX triplet: CC, CA and C4. RGB value is (204,202,196). Sum of RGB (Red+Green+Blue) = 204+202+196=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAC4 is #33353B. Grayscale: #C9C9C9. Windows color (decimal): -3355964 or 12896972. OLE color: 12896972.
HSL color Cylindrical-coordinate representation of color #CCCAC4: hue angle of 45º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCAC4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 202 | 196 | - |
CMYK | 0 | 0.01 | 0.04 | 0.2 |
HSL | 45º | 0.07% | 0.78% | - |
HSV(B) | 45º | 0.04% | 0.8% | - |
XYZ | 55.99 | 59.06 | 60.67 | - |
YUV | 201.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 196 | 0 | 0.01 | 0.04 | 0.2 | 45 | 0.07 | 0.78 |
Hex | CC | CA | C4 | 0 | 1 | 4 | 14 | 2D | 7 | 4E |
Octal | 314 | 312 | 304 | 0 | 1 | 4 | 24 | 55 | 7 | 116 |
Binary | 11001100 | 11001010 | 11000100 | 0 | 1 | 100 | 10100 | 101101 | 111 | 1001110 |
Color Harmonies of #CCCAC4
Complementary color
Monochromatic Colors of #CCCAC4
Black with #CCCAC4
Text Example
Text Example
White with #CCCAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAC4; }
p { color: rgb(204,202,196); }
H1.HeaderClassName
{
color: #CCCAC4;
}
.AnyTagClassName
{
color: #CCCAC4;
}
</style>
background-color css
<style>
a { background-color: #CCCAC4; }
a { background-color: rgb(204,202,196); }
div.DivClassName
{
background-color: #CCCAC4;
}
.BgClassName
{
background-color: #CCCAC4;
}
</style>
border-color css
<style>
span { border-color: #CCCAC4; }
span { border-color: rgb(204,202,196); }
td.TdClassName
{
border-color: #CCCAC4;
}
.TagClassName
{
border-color: #CCCAC4;
}
</style>