Shades of Quill Grey #CAC7BD
Tints of Quill Grey #CAC7BD
RGB
CMYK
RGB Variations
Color information
#CAC7BD (or 0xCAC7BD) is known color: Quill Grey. HEX triplet: CA, C7 and BD. RGB value is (202,199,189). Sum of RGB (Red+Green+Blue) = 202+199+189=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7BD is #353842. Grayscale: #C6C6C6. Windows color (decimal): -3487811 or 12437450. OLE color: 12437450.
HSL color Cylindrical-coordinate representation of color #CAC7BD: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC7BD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 189 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.21 |
| HSL | 46.15º | 0.11% | 0.77% | - |
| HSV(B) | 46.15º | 0.06% | 0.79% | - |
| XYZ | 53.97 | 57.08 | 56.32 | - |
| YUV | 198.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 189 | 0 | 0.01 | 0.06 | 0.21 | 46.15 | 0.11 | 0.77 |
| Hex | CA | C7 | BD | 0 | 1 | 6 | 15 | 2E | B | 4D |
| Octal | 312 | 307 | 275 | 0 | 1 | 6 | 25 | 56 | 13 | 115 |
| Binary | 11001010 | 11000111 | 10111101 | 0 | 1 | 110 | 10101 | 101110 | 1011 | 1001101 |
Color Harmonies of #CAC7BD
Complementary color
Monochromatic Colors of #CAC7BD
Black with #CAC7BD
Text Example
Text Example
White with #CAC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7BD; }
p { color: rgb(202,199,189); }
H1.HeaderClassName
{
color: #CAC7BD;
}
.AnyTagClassName
{
color: #CAC7BD;
}
</style>
background-color css
<style>
a { background-color: #CAC7BD; }
a { background-color: rgb(202,199,189); }
div.DivClassName
{
background-color: #CAC7BD;
}
.BgClassName
{
background-color: #CAC7BD;
}
</style>
border-color css
<style>
span { border-color: #CAC7BD; }
span { border-color: rgb(202,199,189); }
td.TdClassName
{
border-color: #CAC7BD;
}
.TagClassName
{
border-color: #CAC7BD;
}
</style>