Shades of Quill Grey #CBC7BD
Tints of Quill Grey #CBC7BD
RGB
CMYK
RGB Variations
Color information
#CBC7BD (or 0xCBC7BD) is known color: Quill Grey. HEX triplet: CB, C7 and BD. RGB value is (203,199,189). Sum of RGB (Red+Green+Blue) = 203+199+189=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7BD is #343842. Grayscale: #C7C7C7. Windows color (decimal): -3422275 or 12437451. OLE color: 12437451.
HSL color Cylindrical-coordinate representation of color #CBC7BD: hue angle of 42.86º 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 #CBC7BD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 189 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.20 |
| HSL | 42.86º | 0.12% | 0.77% | - |
| HSV(B) | 42.86º | 0.07% | 0.8% | - |
| XYZ | 54.24 | 57.22 | 56.33 | - |
| YUV | 199.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 189 | 0 | 0.02 | 0.07 | 0.20 | 42.86 | 0.12 | 0.77 |
| Hex | CB | C7 | BD | 0 | 2 | 7 | 14 | 2B | C | 4D |
| Octal | 313 | 307 | 275 | 0 | 2 | 7 | 24 | 53 | 14 | 115 |
| Binary | 11001011 | 11000111 | 10111101 | 0 | 10 | 111 | 10100 | 101011 | 1100 | 1001101 |
Color Harmonies of #CBC7BD
Complementary color
Monochromatic Colors of #CBC7BD
Black with #CBC7BD
Text Example
Text Example
White with #CBC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7BD; }
p { color: rgb(203,199,189); }
H1.HeaderClassName
{
color: #CBC7BD;
}
.AnyTagClassName
{
color: #CBC7BD;
}
</style>
background-color css
<style>
a { background-color: #CBC7BD; }
a { background-color: rgb(203,199,189); }
div.DivClassName
{
background-color: #CBC7BD;
}
.BgClassName
{
background-color: #CBC7BD;
}
</style>
border-color css
<style>
span { border-color: #CBC7BD; }
span { border-color: rgb(203,199,189); }
td.TdClassName
{
border-color: #CBC7BD;
}
.TagClassName
{
border-color: #CBC7BD;
}
</style>