Shades of Quill Grey #CBC8BD
Tints of Quill Grey #CBC8BD
RGB
CMYK
RGB Variations
Color information
#CBC8BD (or 0xCBC8BD) is known color: Quill Grey. HEX triplet: CB, C8 and BD. RGB value is (203,200,189). Sum of RGB (Red+Green+Blue) = 203+200+189=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8BD is #343742. Grayscale: #C7C7C7. Windows color (decimal): -3422019 or 12437707. OLE color: 12437707.
HSL color Cylindrical-coordinate representation of color #CBC8BD: hue angle of 47.14º degrees, saturation: 0.12, 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 #CBC8BD is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 189 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.20 |
| HSL | 47.14º | 0.12% | 0.77% | - |
| HSV(B) | 47.14º | 0.07% | 0.8% | - |
| XYZ | 54.47 | 57.68 | 56.41 | - |
| YUV | 199.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 189 | 0 | 0.01 | 0.07 | 0.20 | 47.14 | 0.12 | 0.77 |
| Hex | CB | C8 | BD | 0 | 1 | 7 | 14 | 2F | C | 4D |
| Octal | 313 | 310 | 275 | 0 | 1 | 7 | 24 | 57 | 14 | 115 |
| Binary | 11001011 | 11001000 | 10111101 | 0 | 1 | 111 | 10100 | 101111 | 1100 | 1001101 |
Color Harmonies of #CBC8BD
Complementary color
Monochromatic Colors of #CBC8BD
Black with #CBC8BD
Text Example
Text Example
White with #CBC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8BD; }
p { color: rgb(203,200,189); }
H1.HeaderClassName
{
color: #CBC8BD;
}
.AnyTagClassName
{
color: #CBC8BD;
}
</style>
background-color css
<style>
a { background-color: #CBC8BD; }
a { background-color: rgb(203,200,189); }
div.DivClassName
{
background-color: #CBC8BD;
}
.BgClassName
{
background-color: #CBC8BD;
}
</style>
border-color css
<style>
span { border-color: #CBC8BD; }
span { border-color: rgb(203,200,189); }
td.TdClassName
{
border-color: #CBC8BD;
}
.TagClassName
{
border-color: #CBC8BD;
}
</style>