Shades of Quill Grey #CCCBC0
Tints of Quill Grey #CCCBC0
RGB
CMYK
RGB Variations
Color information
#CCCBC0 (or 0xCCCBC0) is known color: Quill Grey. HEX triplet: CC, CB and C0. RGB value is (204,203,192). Sum of RGB (Red+Green+Blue) = 204+203+192=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC0 is #33343F. Grayscale: #CACACA. Windows color (decimal): -3355712 or 12635084. OLE color: 12635084.
HSL color Cylindrical-coordinate representation of color #CCCBC0: hue angle of 55º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCBC0 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 203 | 192 | - |
CMYK | 0 | 0.00 | 0.06 | 0.2 |
HSL | 55º | 0.11% | 0.78% | - |
HSV(B) | 55º | 0.06% | 0.8% | - |
XYZ | 55.77 | 59.36 | 58.39 | - |
YUV | 202.05 | 122.33 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 192 | 0 | 0.00 | 0.06 | 0.2 | 55 | 0.11 | 0.78 |
Hex | CC | CB | C0 | 0 | 0 | 6 | 14 | 37 | B | 4E |
Octal | 314 | 313 | 300 | 0 | 0 | 6 | 24 | 67 | 13 | 116 |
Binary | 11001100 | 11001011 | 11000000 | 0 | 0 | 110 | 10100 | 110111 | 1011 | 1001110 |
Color Harmonies of #CCCBC0
Complementary color
Monochromatic Colors of #CCCBC0
Black with #CCCBC0
Text Example
Text Example
White with #CCCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBC0; }
p { color: rgb(204,203,192); }
H1.HeaderClassName
{
color: #CCCBC0;
}
.AnyTagClassName
{
color: #CCCBC0;
}
</style>
background-color css
<style>
a { background-color: #CCCBC0; }
a { background-color: rgb(204,203,192); }
div.DivClassName
{
background-color: #CCCBC0;
}
.BgClassName
{
background-color: #CCCBC0;
}
</style>
border-color css
<style>
span { border-color: #CCCBC0; }
span { border-color: rgb(204,203,192); }
td.TdClassName
{
border-color: #CCCBC0;
}
.TagClassName
{
border-color: #CCCBC0;
}
</style>