Shades of Quill Grey #CBC7BC
Tints of Quill Grey #CBC7BC
RGB
CMYK
RGB Variations
Color information
#CBC7BC (or 0xCBC7BC) is known color: Quill Grey. HEX triplet: CB, C7 and BC. RGB value is (203,199,188). Sum of RGB (Red+Green+Blue) = 203+199+188=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7BC is #343843. Grayscale: #C6C6C6. Windows color (decimal): -3422276 or 12371915. OLE color: 12371915.
HSL color Cylindrical-coordinate representation of color #CBC7BC: hue angle of 44º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC7BC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 188 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.20 |
| HSL | 44º | 0.13% | 0.77% | - |
| HSV(B) | 44º | 0.07% | 0.8% | - |
| XYZ | 54.13 | 57.17 | 55.76 | - |
| YUV | 198.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 188 | 0 | 0.02 | 0.07 | 0.20 | 44 | 0.13 | 0.77 |
| Hex | CB | C7 | BC | 0 | 2 | 7 | 14 | 2C | D | 4D |
| Octal | 313 | 307 | 274 | 0 | 2 | 7 | 24 | 54 | 15 | 115 |
| Binary | 11001011 | 11000111 | 10111100 | 0 | 10 | 111 | 10100 | 101100 | 1101 | 1001101 |
Color Harmonies of #CBC7BC
Complementary color
Monochromatic Colors of #CBC7BC
Black with #CBC7BC
Text Example
Text Example
White with #CBC7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7BC; }
p { color: rgb(203,199,188); }
H1.HeaderClassName
{
color: #CBC7BC;
}
.AnyTagClassName
{
color: #CBC7BC;
}
</style>
background-color css
<style>
a { background-color: #CBC7BC; }
a { background-color: rgb(203,199,188); }
div.DivClassName
{
background-color: #CBC7BC;
}
.BgClassName
{
background-color: #CBC7BC;
}
</style>
border-color css
<style>
span { border-color: #CBC7BC; }
span { border-color: rgb(203,199,188); }
td.TdClassName
{
border-color: #CBC7BC;
}
.TagClassName
{
border-color: #CBC7BC;
}
</style>