Shades of Quill Grey #CFCABD
Tints of Quill Grey #CFCABD
RGB
CMYK
RGB Variations
Color information
#CFCABD (or 0xCFCABD) is known color: Quill Grey. HEX triplet: CF, CA and BD. RGB value is (207,202,189). Sum of RGB (Red+Green+Blue) = 207+202+189=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCABD is #303542. Grayscale: #CACACA. Windows color (decimal): -3159363 or 12438223. OLE color: 12438223.
HSL color Cylindrical-coordinate representation of color #CFCABD: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCABD is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 189 | - |
CMYK | 0 | 0.02 | 0.09 | 0.19 |
HSL | 43.33º | 0.16% | 0.78% | - |
HSV(B) | 43.33º | 0.09% | 0.81% | - |
XYZ | 56.04 | 59.18 | 56.61 | - |
YUV | 202.01 | 120.66 | 131.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 189 | 0 | 0.02 | 0.09 | 0.19 | 43.33 | 0.16 | 0.78 |
Hex | CF | CA | BD | 0 | 2 | 9 | 13 | 2B | 10 | 4E |
Octal | 317 | 312 | 275 | 0 | 2 | 11 | 23 | 53 | 20 | 116 |
Binary | 11001111 | 11001010 | 10111101 | 0 | 10 | 1001 | 10011 | 101011 | 10000 | 1001110 |
Color Harmonies of #CFCABD
Complementary color
Monochromatic Colors of #CFCABD
Black with #CFCABD
Text Example
Text Example
White with #CFCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCABD; }
p { color: rgb(207,202,189); }
H1.HeaderClassName
{
color: #CFCABD;
}
.AnyTagClassName
{
color: #CFCABD;
}
</style>
background-color css
<style>
a { background-color: #CFCABD; }
a { background-color: rgb(207,202,189); }
div.DivClassName
{
background-color: #CFCABD;
}
.BgClassName
{
background-color: #CFCABD;
}
</style>
border-color css
<style>
span { border-color: #CFCABD; }
span { border-color: rgb(207,202,189); }
td.TdClassName
{
border-color: #CFCABD;
}
.TagClassName
{
border-color: #CFCABD;
}
</style>