Shades of Quill Grey #CDCBC0
Tints of Quill Grey #CDCBC0
RGB
CMYK
RGB Variations
Color information
#CDCBC0 (or 0xCDCBC0) is known color: Quill Grey. HEX triplet: CD, CB and C0. RGB value is (205,203,192). Sum of RGB (Red+Green+Blue) = 205+203+192=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBC0 is #32343F. Grayscale: #CACACA. Windows color (decimal): -3290176 or 12635085. OLE color: 12635085.
HSL color Cylindrical-coordinate representation of color #CDCBC0: hue angle of 50.77º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCBC0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 203 | 192 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.20 |
| HSL | 50.77º | 0.12% | 0.78% | - |
| HSV(B) | 50.77º | 0.06% | 0.8% | - |
| XYZ | 56.05 | 59.5 | 58.4 | - |
| YUV | 202.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 192 | 0 | 0.01 | 0.06 | 0.20 | 50.77 | 0.12 | 0.78 |
| Hex | CD | CB | C0 | 0 | 1 | 6 | 14 | 33 | C | 4E |
| Octal | 315 | 313 | 300 | 0 | 1 | 6 | 24 | 63 | 14 | 116 |
| Binary | 11001101 | 11001011 | 11000000 | 0 | 1 | 110 | 10100 | 110011 | 1100 | 1001110 |
Color Harmonies of #CDCBC0
Complementary color
Monochromatic Colors of #CDCBC0
Black with #CDCBC0
Text Example
Text Example
White with #CDCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCBC0; }
p { color: rgb(205,203,192); }
H1.HeaderClassName
{
color: #CDCBC0;
}
.AnyTagClassName
{
color: #CDCBC0;
}
</style>
background-color css
<style>
a { background-color: #CDCBC0; }
a { background-color: rgb(205,203,192); }
div.DivClassName
{
background-color: #CDCBC0;
}
.BgClassName
{
background-color: #CDCBC0;
}
</style>
border-color css
<style>
span { border-color: #CDCBC0; }
span { border-color: rgb(205,203,192); }
td.TdClassName
{
border-color: #CDCBC0;
}
.TagClassName
{
border-color: #CDCBC0;
}
</style>