Shades of Quill Grey #CFCABC
Tints of Quill Grey #CFCABC
RGB
CMYK
RGB Variations
Color information
#CFCABC (or 0xCFCABC) is known color: Quill Grey. HEX triplet: CF, CA and BC. RGB value is (207,202,188). Sum of RGB (Red+Green+Blue) = 207+202+188=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCABC is #303543. Grayscale: #C9C9C9. Windows color (decimal): -3159364 or 12372687. OLE color: 12372687.
HSL color Cylindrical-coordinate representation of color #CFCABC: hue angle of 44.21º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCABC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 188 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.19 |
| HSL | 44.21º | 0.17% | 0.77% | - |
| HSV(B) | 44.21º | 0.09% | 0.81% | - |
| XYZ | 55.93 | 59.14 | 56.04 | - |
| YUV | 201.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 188 | 0 | 0.02 | 0.09 | 0.19 | 44.21 | 0.17 | 0.77 |
| Hex | CF | CA | BC | 0 | 2 | 9 | 13 | 2C | 11 | 4D |
| Octal | 317 | 312 | 274 | 0 | 2 | 11 | 23 | 54 | 21 | 115 |
| Binary | 11001111 | 11001010 | 10111100 | 0 | 10 | 1001 | 10011 | 101100 | 10001 | 1001101 |
Color Harmonies of #CFCABC
Complementary color
Monochromatic Colors of #CFCABC
Black with #CFCABC
Text Example
Text Example
White with #CFCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCABC; }
p { color: rgb(207,202,188); }
H1.HeaderClassName
{
color: #CFCABC;
}
.AnyTagClassName
{
color: #CFCABC;
}
</style>
background-color css
<style>
a { background-color: #CFCABC; }
a { background-color: rgb(207,202,188); }
div.DivClassName
{
background-color: #CFCABC;
}
.BgClassName
{
background-color: #CFCABC;
}
</style>
border-color css
<style>
span { border-color: #CFCABC; }
span { border-color: rgb(207,202,188); }
td.TdClassName
{
border-color: #CFCABC;
}
.TagClassName
{
border-color: #CFCABC;
}
</style>