Shades of Quill Grey #CFCBC0
Tints of Quill Grey #CFCBC0
RGB
CMYK
RGB Variations
Color information
#CFCBC0 (or 0xCFCBC0) is known color: Quill Grey. HEX triplet: CF, CB and C0. RGB value is (207,203,192). Sum of RGB (Red+Green+Blue) = 207+203+192=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBC0 is #30343F. Grayscale: #CACACA. Windows color (decimal): -3159104 or 12635087. OLE color: 12635087.
HSL color Cylindrical-coordinate representation of color #CFCBC0: hue angle of 44º degrees, saturation: 0.14, 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 #CFCBC0 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 192 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.19 |
| HSL | 44º | 0.14% | 0.78% | - |
| HSV(B) | 44º | 0.07% | 0.81% | - |
| XYZ | 56.6 | 59.78 | 58.43 | - |
| YUV | 202.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 192 | 0 | 0.02 | 0.07 | 0.19 | 44 | 0.14 | 0.78 |
| Hex | CF | CB | C0 | 0 | 2 | 7 | 13 | 2C | E | 4E |
| Octal | 317 | 313 | 300 | 0 | 2 | 7 | 23 | 54 | 16 | 116 |
| Binary | 11001111 | 11001011 | 11000000 | 0 | 10 | 111 | 10011 | 101100 | 1110 | 1001110 |
Color Harmonies of #CFCBC0
Complementary color
Monochromatic Colors of #CFCBC0
Black with #CFCBC0
Text Example
Text Example
White with #CFCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBC0; }
p { color: rgb(207,203,192); }
H1.HeaderClassName
{
color: #CFCBC0;
}
.AnyTagClassName
{
color: #CFCBC0;
}
</style>
background-color css
<style>
a { background-color: #CFCBC0; }
a { background-color: rgb(207,203,192); }
div.DivClassName
{
background-color: #CFCBC0;
}
.BgClassName
{
background-color: #CFCBC0;
}
</style>
border-color css
<style>
span { border-color: #CFCBC0; }
span { border-color: rgb(207,203,192); }
td.TdClassName
{
border-color: #CFCBC0;
}
.TagClassName
{
border-color: #CFCBC0;
}
</style>