Shades of Quill Grey #CCCBC1
Tints of Quill Grey #CCCBC1
RGB
CMYK
RGB Variations
Color information
#CCCBC1 (or 0xCCCBC1) is known color: Quill Grey. HEX triplet: CC, CB and C1. RGB value is (204,203,193). Sum of RGB (Red+Green+Blue) = 204+203+193=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC1 is #33343E. Grayscale: #CACACA. Windows color (decimal): -3355711 or 12700620. OLE color: 12700620.
HSL color Cylindrical-coordinate representation of color #CCCBC1: hue angle of 54.55º 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 #CCCBC1 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 193 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.2 |
| HSL | 54.55º | 0.1% | 0.78% | - |
| HSV(B) | 54.55º | 0.05% | 0.8% | - |
| XYZ | 55.88 | 59.4 | 58.97 | - |
| YUV | 202.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 193 | 0 | 0.00 | 0.05 | 0.2 | 54.55 | 0.1 | 0.78 |
| Hex | CC | CB | C1 | 0 | 0 | 5 | 14 | 37 | A | 4E |
| Octal | 314 | 313 | 301 | 0 | 0 | 5 | 24 | 67 | 12 | 116 |
| Binary | 11001100 | 11001011 | 11000001 | 0 | 0 | 101 | 10100 | 110111 | 1010 | 1001110 |
Color Harmonies of #CCCBC1
Complementary color
Monochromatic Colors of #CCCBC1
Black with #CCCBC1
Text Example
Text Example
White with #CCCBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBC1; }
p { color: rgb(204,203,193); }
H1.HeaderClassName
{
color: #CCCBC1;
}
.AnyTagClassName
{
color: #CCCBC1;
}
</style>
background-color css
<style>
a { background-color: #CCCBC1; }
a { background-color: rgb(204,203,193); }
div.DivClassName
{
background-color: #CCCBC1;
}
.BgClassName
{
background-color: #CCCBC1;
}
</style>
border-color css
<style>
span { border-color: #CCCBC1; }
span { border-color: rgb(204,203,193); }
td.TdClassName
{
border-color: #CCCBC1;
}
.TagClassName
{
border-color: #CCCBC1;
}
</style>