Shades of Quill Grey #CAC9C2
Tints of Quill Grey #CAC9C2
RGB
CMYK
RGB Variations
Color information
#CAC9C2 (or 0xCAC9C2) is known color: Quill Grey. HEX triplet: CA, C9 and C2. RGB value is (202,201,194). Sum of RGB (Red+Green+Blue) = 202+201+194=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9C2 is #35363D. Grayscale: #C8C8C8. Windows color (decimal): -3487294 or 12765642. OLE color: 12765642.
HSL color Cylindrical-coordinate representation of color #CAC9C2: hue angle of 52.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAC9C2 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 201 | 194 | - |
CMYK | 0 | 0.00 | 0.04 | 0.21 |
HSL | 52.5º | 0.07% | 0.78% | - |
HSV(B) | 52.5º | 0.04% | 0.79% | - |
XYZ | 54.98 | 58.22 | 59.38 | - |
YUV | 200.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 201 | 194 | 0 | 0.00 | 0.04 | 0.21 | 52.5 | 0.07 | 0.78 |
Hex | CA | C9 | C2 | 0 | 0 | 4 | 15 | 34 | 7 | 4E |
Octal | 312 | 311 | 302 | 0 | 0 | 4 | 25 | 64 | 7 | 116 |
Binary | 11001010 | 11001001 | 11000010 | 0 | 0 | 100 | 10101 | 110100 | 111 | 1001110 |
Color Harmonies of #CAC9C2
Complementary color
Monochromatic Colors of #CAC9C2
Black with #CAC9C2
Text Example
Text Example
White with #CAC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9C2; }
p { color: rgb(202,201,194); }
H1.HeaderClassName
{
color: #CAC9C2;
}
.AnyTagClassName
{
color: #CAC9C2;
}
</style>
background-color css
<style>
a { background-color: #CAC9C2; }
a { background-color: rgb(202,201,194); }
div.DivClassName
{
background-color: #CAC9C2;
}
.BgClassName
{
background-color: #CAC9C2;
}
</style>
border-color css
<style>
span { border-color: #CAC9C2; }
span { border-color: rgb(202,201,194); }
td.TdClassName
{
border-color: #CAC9C2;
}
.TagClassName
{
border-color: #CAC9C2;
}
</style>