Shades of Quill Grey #CCCBC5
Tints of Quill Grey #CCCBC5
RGB
CMYK
RGB Variations
Color information
#CCCBC5 (or 0xCCCBC5) is known color: Quill Grey. HEX triplet: CC, CB and C5. RGB value is (204,203,197). Sum of RGB (Red+Green+Blue) = 204+203+197=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBC5 is #33343A. Grayscale: #CACACA. Windows color (decimal): -3355707 or 12962764. OLE color: 12962764.
HSL color Cylindrical-coordinate representation of color #CCCBC5: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCBC5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 203 | 197 | - |
CMYK | 0 | 0.00 | 0.03 | 0.2 |
HSL | 51.43º | 0.06% | 0.79% | - |
HSV(B) | 51.43º | 0.03% | 0.8% | - |
XYZ | 56.34 | 59.58 | 61.35 | - |
YUV | 202.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 197 | 0 | 0.00 | 0.03 | 0.2 | 51.43 | 0.06 | 0.79 |
Hex | CC | CB | C5 | 0 | 0 | 3 | 14 | 33 | 6 | 4F |
Octal | 314 | 313 | 305 | 0 | 0 | 3 | 24 | 63 | 6 | 117 |
Binary | 11001100 | 11001011 | 11000101 | 0 | 0 | 11 | 10100 | 110011 | 110 | 1001111 |
Color Harmonies of #CCCBC5
Complementary color
Monochromatic Colors of #CCCBC5
Black with #CCCBC5
Text Example
Text Example
White with #CCCBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBC5; }
p { color: rgb(204,203,197); }
H1.HeaderClassName
{
color: #CCCBC5;
}
.AnyTagClassName
{
color: #CCCBC5;
}
</style>
background-color css
<style>
a { background-color: #CCCBC5; }
a { background-color: rgb(204,203,197); }
div.DivClassName
{
background-color: #CCCBC5;
}
.BgClassName
{
background-color: #CCCBC5;
}
</style>
border-color css
<style>
span { border-color: #CCCBC5; }
span { border-color: rgb(204,203,197); }
td.TdClassName
{
border-color: #CCCBC5;
}
.TagClassName
{
border-color: #CCCBC5;
}
</style>