Shades of Quill Grey #CDCABB
Tints of Quill Grey #CDCABB
RGB
CMYK
RGB Variations
Color information
#CDCABB (or 0xCDCABB) is known color: Quill Grey. HEX triplet: CD, CA and BB. RGB value is (205,202,187). Sum of RGB (Red+Green+Blue) = 205+202+187=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCABB is #323544. Grayscale: #C9C9C9. Windows color (decimal): -3290437 or 12307149. OLE color: 12307149.
HSL color Cylindrical-coordinate representation of color #CDCABB: hue angle of 50º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDCABB is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 202 | 187 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.20 |
| HSL | 50º | 0.15% | 0.77% | - |
| HSV(B) | 50º | 0.09% | 0.8% | - |
| XYZ | 55.27 | 58.81 | 55.45 | - |
| YUV | 201.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 202 | 187 | 0 | 0.01 | 0.09 | 0.20 | 50 | 0.15 | 0.77 |
| Hex | CD | CA | BB | 0 | 1 | 9 | 14 | 32 | F | 4D |
| Octal | 315 | 312 | 273 | 0 | 1 | 11 | 24 | 62 | 17 | 115 |
| Binary | 11001101 | 11001010 | 10111011 | 0 | 1 | 1001 | 10100 | 110010 | 1111 | 1001101 |
Color Harmonies of #CDCABB
Complementary color
Monochromatic Colors of #CDCABB
Black with #CDCABB
Text Example
Text Example
White with #CDCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCABB; }
p { color: rgb(205,202,187); }
H1.HeaderClassName
{
color: #CDCABB;
}
.AnyTagClassName
{
color: #CDCABB;
}
</style>
background-color css
<style>
a { background-color: #CDCABB; }
a { background-color: rgb(205,202,187); }
div.DivClassName
{
background-color: #CDCABB;
}
.BgClassName
{
background-color: #CDCABB;
}
</style>
border-color css
<style>
span { border-color: #CDCABB; }
span { border-color: rgb(205,202,187); }
td.TdClassName
{
border-color: #CDCABB;
}
.TagClassName
{
border-color: #CDCABB;
}
</style>