Shades of Quill Grey #CAC9C5
Tints of Quill Grey #CAC9C5
RGB
CMYK
RGB Variations
Color information
#CAC9C5 (or 0xCAC9C5) is known color: Quill Grey. HEX triplet: CA, C9 and C5. RGB value is (202,201,197). Sum of RGB (Red+Green+Blue) = 202+201+197=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9C5 is #35363A. Grayscale: #C8C8C8. Windows color (decimal): -3487291 or 12962250. OLE color: 12962250.
HSL color Cylindrical-coordinate representation of color #CAC9C5: hue angle of 48º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CAC9C5 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 201 | 197 | - |
CMYK | 0 | 0.00 | 0.02 | 0.21 |
HSL | 48º | 0.05% | 0.78% | - |
HSV(B) | 48º | 0.02% | 0.79% | - |
XYZ | 55.32 | 58.36 | 61.17 | - |
YUV | 200.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 201 | 197 | 0 | 0.00 | 0.02 | 0.21 | 48 | 0.05 | 0.78 |
Hex | CA | C9 | C5 | 0 | 0 | 2 | 15 | 30 | 5 | 4E |
Octal | 312 | 311 | 305 | 0 | 0 | 2 | 25 | 60 | 5 | 116 |
Binary | 11001010 | 11001001 | 11000101 | 0 | 0 | 10 | 10101 | 110000 | 101 | 1001110 |
Color Harmonies of #CAC9C5
Complementary color
Monochromatic Colors of #CAC9C5
Black with #CAC9C5
Text Example
Text Example
White with #CAC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9C5; }
p { color: rgb(202,201,197); }
H1.HeaderClassName
{
color: #CAC9C5;
}
.AnyTagClassName
{
color: #CAC9C5;
}
</style>
background-color css
<style>
a { background-color: #CAC9C5; }
a { background-color: rgb(202,201,197); }
div.DivClassName
{
background-color: #CAC9C5;
}
.BgClassName
{
background-color: #CAC9C5;
}
</style>
border-color css
<style>
span { border-color: #CAC9C5; }
span { border-color: rgb(202,201,197); }
td.TdClassName
{
border-color: #CAC9C5;
}
.TagClassName
{
border-color: #CAC9C5;
}
</style>