Shades of Quill Grey #CBC9BE
Tints of Quill Grey #CBC9BE
RGB
CMYK
RGB Variations
Color information
#CBC9BE (or 0xCBC9BE) is known color: Quill Grey. HEX triplet: CB, C9 and BE. RGB value is (203,201,190). Sum of RGB (Red+Green+Blue) = 203+201+190=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9BE is #343641. Grayscale: #C8C8C8. Windows color (decimal): -3421762 or 12503499. OLE color: 12503499.
HSL color Cylindrical-coordinate representation of color #CBC9BE: hue angle of 50.77º degrees, saturation: 0.11, 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 #CBC9BE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 190 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.20 |
| HSL | 50.77º | 0.11% | 0.77% | - |
| HSV(B) | 50.77º | 0.06% | 0.8% | - |
| XYZ | 54.81 | 58.19 | 57.06 | - |
| YUV | 200.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 190 | 0 | 0.01 | 0.06 | 0.20 | 50.77 | 0.11 | 0.77 |
| Hex | CB | C9 | BE | 0 | 1 | 6 | 14 | 33 | B | 4D |
| Octal | 313 | 311 | 276 | 0 | 1 | 6 | 24 | 63 | 13 | 115 |
| Binary | 11001011 | 11001001 | 10111110 | 0 | 1 | 110 | 10100 | 110011 | 1011 | 1001101 |
Color Harmonies of #CBC9BE
Complementary color
Monochromatic Colors of #CBC9BE
Black with #CBC9BE
Text Example
Text Example
White with #CBC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9BE; }
p { color: rgb(203,201,190); }
H1.HeaderClassName
{
color: #CBC9BE;
}
.AnyTagClassName
{
color: #CBC9BE;
}
</style>
background-color css
<style>
a { background-color: #CBC9BE; }
a { background-color: rgb(203,201,190); }
div.DivClassName
{
background-color: #CBC9BE;
}
.BgClassName
{
background-color: #CBC9BE;
}
</style>
border-color css
<style>
span { border-color: #CBC9BE; }
span { border-color: rgb(203,201,190); }
td.TdClassName
{
border-color: #CBC9BE;
}
.TagClassName
{
border-color: #CBC9BE;
}
</style>