Shades of Quill Grey #CECAC0
Tints of Quill Grey #CECAC0
RGB
CMYK
RGB Variations
Color information
#CECAC0 (or 0xCECAC0) is known color: Quill Grey. HEX triplet: CE, CA and C0. RGB value is (206,202,192). Sum of RGB (Red+Green+Blue) = 206+202+192=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAC0 is #31353F. Grayscale: #CACACA. Windows color (decimal): -3224896 or 12634830. OLE color: 12634830.
HSL color Cylindrical-coordinate representation of color #CECAC0: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECAC0 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 202 | 192 | - |
CMYK | 0 | 0.02 | 0.07 | 0.19 |
HSL | 42.86º | 0.13% | 0.78% | - |
HSV(B) | 42.86º | 0.07% | 0.81% | - |
XYZ | 56.09 | 59.17 | 58.33 | - |
YUV | 202.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 192 | 0 | 0.02 | 0.07 | 0.19 | 42.86 | 0.13 | 0.78 |
Hex | CE | CA | C0 | 0 | 2 | 7 | 13 | 2B | C | 4E |
Octal | 316 | 312 | 300 | 0 | 2 | 7 | 23 | 53 | 14 | 116 |
Binary | 11001110 | 11001010 | 11000000 | 0 | 10 | 111 | 10011 | 101011 | 1100 | 1001110 |
Color Harmonies of #CECAC0
Complementary color
Monochromatic Colors of #CECAC0
Black with #CECAC0
Text Example
Text Example
White with #CECAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAC0; }
p { color: rgb(206,202,192); }
H1.HeaderClassName
{
color: #CECAC0;
}
.AnyTagClassName
{
color: #CECAC0;
}
</style>
background-color css
<style>
a { background-color: #CECAC0; }
a { background-color: rgb(206,202,192); }
div.DivClassName
{
background-color: #CECAC0;
}
.BgClassName
{
background-color: #CECAC0;
}
</style>
border-color css
<style>
span { border-color: #CECAC0; }
span { border-color: rgb(206,202,192); }
td.TdClassName
{
border-color: #CECAC0;
}
.TagClassName
{
border-color: #CECAC0;
}
</style>