Shades of Quill Grey #CAC8BF
Tints of Quill Grey #CAC8BF
RGB
CMYK
RGB Variations
Color information
#CAC8BF (or 0xCAC8BF) is known color: Quill Grey. HEX triplet: CA, C8 and BF. RGB value is (202,200,191). Sum of RGB (Red+Green+Blue) = 202+200+191=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8BF is #353740. Grayscale: #C7C7C7. Windows color (decimal): -3487553 or 12568778. OLE color: 12568778.
HSL color Cylindrical-coordinate representation of color #CAC8BF: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC8BF is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 191 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.21 |
| HSL | 49.09º | 0.09% | 0.77% | - |
| HSV(B) | 49.09º | 0.05% | 0.79% | - |
| XYZ | 54.42 | 57.63 | 57.55 | - |
| YUV | 199.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 191 | 0 | 0.01 | 0.05 | 0.21 | 49.09 | 0.09 | 0.77 |
| Hex | CA | C8 | BF | 0 | 1 | 5 | 15 | 31 | 9 | 4D |
| Octal | 312 | 310 | 277 | 0 | 1 | 5 | 25 | 61 | 11 | 115 |
| Binary | 11001010 | 11001000 | 10111111 | 0 | 1 | 101 | 10101 | 110001 | 1001 | 1001101 |
Color Harmonies of #CAC8BF
Complementary color
Monochromatic Colors of #CAC8BF
Black with #CAC8BF
Text Example
Text Example
White with #CAC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8BF; }
p { color: rgb(202,200,191); }
H1.HeaderClassName
{
color: #CAC8BF;
}
.AnyTagClassName
{
color: #CAC8BF;
}
</style>
background-color css
<style>
a { background-color: #CAC8BF; }
a { background-color: rgb(202,200,191); }
div.DivClassName
{
background-color: #CAC8BF;
}
.BgClassName
{
background-color: #CAC8BF;
}
</style>
border-color css
<style>
span { border-color: #CAC8BF; }
span { border-color: rgb(202,200,191); }
td.TdClassName
{
border-color: #CAC8BF;
}
.TagClassName
{
border-color: #CAC8BF;
}
</style>