Shades of Quill Grey #CCCBC7
Tints of Quill Grey #CCCBC7
RGB
CMYK
RGB Variations
Color information
#CCCBC7 (or 0xCCCBC7) is known color: Quill Grey. HEX triplet: CC, CB and C7. RGB value is (204,203,199). Sum of RGB (Red+Green+Blue) = 204+203+199=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC7 is #333438. Grayscale: #CACACA. Windows color (decimal): -3355705 or 13093836. OLE color: 13093836.
HSL color Cylindrical-coordinate representation of color #CCCBC7: hue angle of 48º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCBC7 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 203 | 199 | - |
CMYK | 0 | 0.00 | 0.02 | 0.2 |
HSL | 48º | 0.05% | 0.79% | - |
HSV(B) | 48º | 0.02% | 0.8% | - |
XYZ | 56.57 | 59.67 | 62.57 | - |
YUV | 202.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 199 | 0 | 0.00 | 0.02 | 0.2 | 48 | 0.05 | 0.79 |
Hex | CC | CB | C7 | 0 | 0 | 2 | 14 | 30 | 5 | 4F |
Octal | 314 | 313 | 307 | 0 | 0 | 2 | 24 | 60 | 5 | 117 |
Binary | 11001100 | 11001011 | 11000111 | 0 | 0 | 10 | 10100 | 110000 | 101 | 1001111 |
Color Harmonies of #CCCBC7
Complementary color
Monochromatic Colors of #CCCBC7
Black with #CCCBC7
Text Example
Text Example
White with #CCCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBC7; }
p { color: rgb(204,203,199); }
H1.HeaderClassName
{
color: #CCCBC7;
}
.AnyTagClassName
{
color: #CCCBC7;
}
</style>
background-color css
<style>
a { background-color: #CCCBC7; }
a { background-color: rgb(204,203,199); }
div.DivClassName
{
background-color: #CCCBC7;
}
.BgClassName
{
background-color: #CCCBC7;
}
</style>
border-color css
<style>
span { border-color: #CCCBC7; }
span { border-color: rgb(204,203,199); }
td.TdClassName
{
border-color: #CCCBC7;
}
.TagClassName
{
border-color: #CCCBC7;
}
</style>