Shades of Quill Grey #CBC9BC
Tints of Quill Grey #CBC9BC
RGB
CMYK
RGB Variations
Color information
#CBC9BC (or 0xCBC9BC) is known color: Quill Grey. HEX triplet: CB, C9 and BC. RGB value is (203,201,188). Sum of RGB (Red+Green+Blue) = 203+201+188=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9BC is #343643. Grayscale: #C8C8C8. Windows color (decimal): -3421764 or 12372427. OLE color: 12372427.
HSL color Cylindrical-coordinate representation of color #CBC9BC: hue angle of 52º 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 #CBC9BC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 188 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.20 |
| HSL | 52º | 0.13% | 0.77% | - |
| HSV(B) | 52º | 0.07% | 0.8% | - |
| XYZ | 54.59 | 58.1 | 55.91 | - |
| YUV | 200.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 188 | 0 | 0.01 | 0.07 | 0.20 | 52 | 0.13 | 0.77 |
| Hex | CB | C9 | BC | 0 | 1 | 7 | 14 | 34 | D | 4D |
| Octal | 313 | 311 | 274 | 0 | 1 | 7 | 24 | 64 | 15 | 115 |
| Binary | 11001011 | 11001001 | 10111100 | 0 | 1 | 111 | 10100 | 110100 | 1101 | 1001101 |
Color Harmonies of #CBC9BC
Complementary color
Monochromatic Colors of #CBC9BC
Black with #CBC9BC
Text Example
Text Example
White with #CBC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9BC; }
p { color: rgb(203,201,188); }
H1.HeaderClassName
{
color: #CBC9BC;
}
.AnyTagClassName
{
color: #CBC9BC;
}
</style>
background-color css
<style>
a { background-color: #CBC9BC; }
a { background-color: rgb(203,201,188); }
div.DivClassName
{
background-color: #CBC9BC;
}
.BgClassName
{
background-color: #CBC9BC;
}
</style>
border-color css
<style>
span { border-color: #CBC9BC; }
span { border-color: rgb(203,201,188); }
td.TdClassName
{
border-color: #CBC9BC;
}
.TagClassName
{
border-color: #CBC9BC;
}
</style>