Shades of Quill Grey #CDC9BC
Tints of Quill Grey #CDC9BC
RGB
CMYK
RGB Variations
Color information
#CDC9BC (or 0xCDC9BC) is known color: Quill Grey. HEX triplet: CD, C9 and BC. RGB value is (205,201,188). Sum of RGB (Red+Green+Blue) = 205+201+188=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9BC is #323643. Grayscale: #C8C8C8. Windows color (decimal): -3290692 or 12372429. OLE color: 12372429.
HSL color Cylindrical-coordinate representation of color #CDC9BC: hue angle of 45.88º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDC9BC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 188 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.20 |
| HSL | 45.88º | 0.15% | 0.77% | - |
| HSV(B) | 45.88º | 0.08% | 0.8% | - |
| XYZ | 55.14 | 58.38 | 55.94 | - |
| YUV | 200.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 188 | 0 | 0.02 | 0.08 | 0.20 | 45.88 | 0.15 | 0.77 |
| Hex | CD | C9 | BC | 0 | 2 | 8 | 14 | 2E | F | 4D |
| Octal | 315 | 311 | 274 | 0 | 2 | 10 | 24 | 56 | 17 | 115 |
| Binary | 11001101 | 11001001 | 10111100 | 0 | 10 | 1000 | 10100 | 101110 | 1111 | 1001101 |
Color Harmonies of #CDC9BC
Complementary color
Monochromatic Colors of #CDC9BC
Black with #CDC9BC
Text Example
Text Example
White with #CDC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9BC; }
p { color: rgb(205,201,188); }
H1.HeaderClassName
{
color: #CDC9BC;
}
.AnyTagClassName
{
color: #CDC9BC;
}
</style>
background-color css
<style>
a { background-color: #CDC9BC; }
a { background-color: rgb(205,201,188); }
div.DivClassName
{
background-color: #CDC9BC;
}
.BgClassName
{
background-color: #CDC9BC;
}
</style>
border-color css
<style>
span { border-color: #CDC9BC; }
span { border-color: rgb(205,201,188); }
td.TdClassName
{
border-color: #CDC9BC;
}
.TagClassName
{
border-color: #CDC9BC;
}
</style>