Shades of Quill Grey #CCCABF
Tints of Quill Grey #CCCABF
RGB
CMYK
RGB Variations
Color information
#CCCABF (or 0xCCCABF) is known color: Quill Grey. HEX triplet: CC, CA and BF. RGB value is (204,202,191). Sum of RGB (Red+Green+Blue) = 204+202+191=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCABF is #333540. Grayscale: #C9C9C9. Windows color (decimal): -3355969 or 12569292. OLE color: 12569292.
HSL color Cylindrical-coordinate representation of color #CCCABF: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCABF is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 191 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.2 |
| HSL | 50.77º | 0.11% | 0.77% | - |
| HSV(B) | 50.77º | 0.06% | 0.8% | - |
| XYZ | 55.43 | 58.84 | 57.73 | - |
| YUV | 201.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 191 | 0 | 0.01 | 0.06 | 0.2 | 50.77 | 0.11 | 0.77 |
| Hex | CC | CA | BF | 0 | 1 | 6 | 14 | 33 | B | 4D |
| Octal | 314 | 312 | 277 | 0 | 1 | 6 | 24 | 63 | 13 | 115 |
| Binary | 11001100 | 11001010 | 10111111 | 0 | 1 | 110 | 10100 | 110011 | 1011 | 1001101 |
Color Harmonies of #CCCABF
Complementary color
Monochromatic Colors of #CCCABF
Black with #CCCABF
Text Example
Text Example
White with #CCCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCABF; }
p { color: rgb(204,202,191); }
H1.HeaderClassName
{
color: #CCCABF;
}
.AnyTagClassName
{
color: #CCCABF;
}
</style>
background-color css
<style>
a { background-color: #CCCABF; }
a { background-color: rgb(204,202,191); }
div.DivClassName
{
background-color: #CCCABF;
}
.BgClassName
{
background-color: #CCCABF;
}
</style>
border-color css
<style>
span { border-color: #CCCABF; }
span { border-color: rgb(204,202,191); }
td.TdClassName
{
border-color: #CCCABF;
}
.TagClassName
{
border-color: #CCCABF;
}
</style>