Shades of Quill Grey #CFCBBB
Tints of Quill Grey #CFCBBB
RGB
CMYK
RGB Variations
Color information
#CFCBBB (or 0xCFCBBB) is known color: Quill Grey. HEX triplet: CF, CB and BB. RGB value is (207,203,187). Sum of RGB (Red+Green+Blue) = 207+203+187=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBBB is #303444. Grayscale: #CACACA. Windows color (decimal): -3159109 or 12307407. OLE color: 12307407.
HSL color Cylindrical-coordinate representation of color #CFCBBB: hue angle of 48º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCBBB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 187 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.19 |
| HSL | 48º | 0.17% | 0.77% | - |
| HSV(B) | 48º | 0.1% | 0.81% | - |
| XYZ | 56.06 | 59.57 | 55.56 | - |
| YUV | 202.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 187 | 0 | 0.02 | 0.10 | 0.19 | 48 | 0.17 | 0.77 |
| Hex | CF | CB | BB | 0 | 2 | A | 13 | 30 | 11 | 4D |
| Octal | 317 | 313 | 273 | 0 | 2 | 12 | 23 | 60 | 21 | 115 |
| Binary | 11001111 | 11001011 | 10111011 | 0 | 10 | 1010 | 10011 | 110000 | 10001 | 1001101 |
Color Harmonies of #CFCBBB
Complementary color
Monochromatic Colors of #CFCBBB
Black with #CFCBBB
Text Example
Text Example
White with #CFCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBBB; }
p { color: rgb(207,203,187); }
H1.HeaderClassName
{
color: #CFCBBB;
}
.AnyTagClassName
{
color: #CFCBBB;
}
</style>
background-color css
<style>
a { background-color: #CFCBBB; }
a { background-color: rgb(207,203,187); }
div.DivClassName
{
background-color: #CFCBBB;
}
.BgClassName
{
background-color: #CFCBBB;
}
</style>
border-color css
<style>
span { border-color: #CFCBBB; }
span { border-color: rgb(207,203,187); }
td.TdClassName
{
border-color: #CFCBBB;
}
.TagClassName
{
border-color: #CFCBBB;
}
</style>