Shades of Quill Grey #CBC8BF
Tints of Quill Grey #CBC8BF
RGB
CMYK
RGB Variations
Color information
#CBC8BF (or 0xCBC8BF) is known color: Quill Grey. HEX triplet: CB, C8 and BF. RGB value is (203,200,191). Sum of RGB (Red+Green+Blue) = 203+200+191=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8BF is #343740. Grayscale: #C7C7C7. Windows color (decimal): -3422017 or 12568779. OLE color: 12568779.
HSL color Cylindrical-coordinate representation of color #CBC8BF: hue angle of 45º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC8BF is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 191 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.20 |
| HSL | 45º | 0.1% | 0.77% | - |
| HSV(B) | 45º | 0.06% | 0.8% | - |
| XYZ | 54.69 | 57.77 | 57.56 | - |
| YUV | 199.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 191 | 0 | 0.01 | 0.06 | 0.20 | 45 | 0.1 | 0.77 |
| Hex | CB | C8 | BF | 0 | 1 | 6 | 14 | 2D | A | 4D |
| Octal | 313 | 310 | 277 | 0 | 1 | 6 | 24 | 55 | 12 | 115 |
| Binary | 11001011 | 11001000 | 10111111 | 0 | 1 | 110 | 10100 | 101101 | 1010 | 1001101 |
Color Harmonies of #CBC8BF
Complementary color
Monochromatic Colors of #CBC8BF
Black with #CBC8BF
Text Example
Text Example
White with #CBC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8BF; }
p { color: rgb(203,200,191); }
H1.HeaderClassName
{
color: #CBC8BF;
}
.AnyTagClassName
{
color: #CBC8BF;
}
</style>
background-color css
<style>
a { background-color: #CBC8BF; }
a { background-color: rgb(203,200,191); }
div.DivClassName
{
background-color: #CBC8BF;
}
.BgClassName
{
background-color: #CBC8BF;
}
</style>
border-color css
<style>
span { border-color: #CBC8BF; }
span { border-color: rgb(203,200,191); }
td.TdClassName
{
border-color: #CBC8BF;
}
.TagClassName
{
border-color: #CBC8BF;
}
</style>