Shades of Quill Grey #CCC8BC
Tints of Quill Grey #CCC8BC
RGB
CMYK
RGB Variations
Color information
#CCC8BC (or 0xCCC8BC) is known color: Quill Grey. HEX triplet: CC, C8 and BC. RGB value is (204,200,188). Sum of RGB (Red+Green+Blue) = 204+200+188=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8BC is #333743. Grayscale: #C7C7C7. Windows color (decimal): -3356484 or 12372172. OLE color: 12372172.
HSL color Cylindrical-coordinate representation of color #CCC8BC: hue angle of 45º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC8BC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 200 | 188 | - |
CMYK | 0 | 0.02 | 0.08 | 0.2 |
HSL | 45º | 0.14% | 0.77% | - |
HSV(B) | 45º | 0.08% | 0.8% | - |
XYZ | 54.63 | 57.78 | 55.85 | - |
YUV | 199.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 200 | 188 | 0 | 0.02 | 0.08 | 0.2 | 45 | 0.14 | 0.77 |
Hex | CC | C8 | BC | 0 | 2 | 8 | 14 | 2D | E | 4D |
Octal | 314 | 310 | 274 | 0 | 2 | 10 | 24 | 55 | 16 | 115 |
Binary | 11001100 | 11001000 | 10111100 | 0 | 10 | 1000 | 10100 | 101101 | 1110 | 1001101 |
Color Harmonies of #CCC8BC
Complementary color
Monochromatic Colors of #CCC8BC
Black with #CCC8BC
Text Example
Text Example
White with #CCC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8BC; }
p { color: rgb(204,200,188); }
H1.HeaderClassName
{
color: #CCC8BC;
}
.AnyTagClassName
{
color: #CCC8BC;
}
</style>
background-color css
<style>
a { background-color: #CCC8BC; }
a { background-color: rgb(204,200,188); }
div.DivClassName
{
background-color: #CCC8BC;
}
.BgClassName
{
background-color: #CCC8BC;
}
</style>
border-color css
<style>
span { border-color: #CCC8BC; }
span { border-color: rgb(204,200,188); }
td.TdClassName
{
border-color: #CCC8BC;
}
.TagClassName
{
border-color: #CCC8BC;
}
</style>