Shades of Quill Grey #CAC8BD
Tints of Quill Grey #CAC8BD
RGB
CMYK
RGB Variations
Color information
#CAC8BD (or 0xCAC8BD) is known color: Quill Grey. HEX triplet: CA, C8 and BD. RGB value is (202,200,189). Sum of RGB (Red+Green+Blue) = 202+200+189=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8BD is #353742. Grayscale: #C7C7C7. Windows color (decimal): -3487555 or 12437706. OLE color: 12437706.
HSL color Cylindrical-coordinate representation of color #CAC8BD: hue angle of 50.77º 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 #CAC8BD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 189 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.21 |
| HSL | 50.77º | 0.11% | 0.77% | - |
| HSV(B) | 50.77º | 0.06% | 0.79% | - |
| XYZ | 54.2 | 57.54 | 56.39 | - |
| YUV | 199.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 189 | 0 | 0.01 | 0.06 | 0.21 | 50.77 | 0.11 | 0.77 |
| Hex | CA | C8 | BD | 0 | 1 | 6 | 15 | 33 | B | 4D |
| Octal | 312 | 310 | 275 | 0 | 1 | 6 | 25 | 63 | 13 | 115 |
| Binary | 11001010 | 11001000 | 10111101 | 0 | 1 | 110 | 10101 | 110011 | 1011 | 1001101 |
Color Harmonies of #CAC8BD
Complementary color
Monochromatic Colors of #CAC8BD
Black with #CAC8BD
Text Example
Text Example
White with #CAC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8BD; }
p { color: rgb(202,200,189); }
H1.HeaderClassName
{
color: #CAC8BD;
}
.AnyTagClassName
{
color: #CAC8BD;
}
</style>
background-color css
<style>
a { background-color: #CAC8BD; }
a { background-color: rgb(202,200,189); }
div.DivClassName
{
background-color: #CAC8BD;
}
.BgClassName
{
background-color: #CAC8BD;
}
</style>
border-color css
<style>
span { border-color: #CAC8BD; }
span { border-color: rgb(202,200,189); }
td.TdClassName
{
border-color: #CAC8BD;
}
.TagClassName
{
border-color: #CAC8BD;
}
</style>