Shades of Quill Grey #CAC8C1
Tints of Quill Grey #CAC8C1
RGB
CMYK
RGB Variations
Color information
#CAC8C1 (or 0xCAC8C1) is known color: Quill Grey. HEX triplet: CA, C8 and C1. RGB value is (202,200,193). Sum of RGB (Red+Green+Blue) = 202+200+193=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8C1 is #35373E. Grayscale: #C7C7C7. Windows color (decimal): -3487551 or 12699850. OLE color: 12699850.
HSL color Cylindrical-coordinate representation of color #CAC8C1: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAC8C1 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 200 | 193 | - |
CMYK | 0 | 0.01 | 0.04 | 0.21 |
HSL | 46.67º | 0.08% | 0.77% | - |
HSV(B) | 46.67º | 0.04% | 0.79% | - |
XYZ | 54.64 | 57.72 | 58.71 | - |
YUV | 199.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 193 | 0 | 0.01 | 0.04 | 0.21 | 46.67 | 0.08 | 0.77 |
Hex | CA | C8 | C1 | 0 | 1 | 4 | 15 | 2F | 8 | 4D |
Octal | 312 | 310 | 301 | 0 | 1 | 4 | 25 | 57 | 10 | 115 |
Binary | 11001010 | 11001000 | 11000001 | 0 | 1 | 100 | 10101 | 101111 | 1000 | 1001101 |
Color Harmonies of #CAC8C1
Complementary color
Monochromatic Colors of #CAC8C1
Black with #CAC8C1
Text Example
Text Example
White with #CAC8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8C1; }
p { color: rgb(202,200,193); }
H1.HeaderClassName
{
color: #CAC8C1;
}
.AnyTagClassName
{
color: #CAC8C1;
}
</style>
background-color css
<style>
a { background-color: #CAC8C1; }
a { background-color: rgb(202,200,193); }
div.DivClassName
{
background-color: #CAC8C1;
}
.BgClassName
{
background-color: #CAC8C1;
}
</style>
border-color css
<style>
span { border-color: #CAC8C1; }
span { border-color: rgb(202,200,193); }
td.TdClassName
{
border-color: #CAC8C1;
}
.TagClassName
{
border-color: #CAC8C1;
}
</style>