Shades of Quill Grey #CAC8BE
Tints of Quill Grey #CAC8BE
RGB
CMYK
RGB Variations
Color information
#CAC8BE (or 0xCAC8BE) is known color: Quill Grey. HEX triplet: CA, C8 and BE. RGB value is (202,200,190). Sum of RGB (Red+Green+Blue) = 202+200+190=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8BE is #353741. Grayscale: #C7C7C7. Windows color (decimal): -3487554 or 12503242. OLE color: 12503242.
HSL color Cylindrical-coordinate representation of color #CAC8BE: hue angle of 50º degrees, saturation: 0.1, 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 #CAC8BE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 200 | 190 | - |
CMYK | 0 | 0.01 | 0.06 | 0.21 |
HSL | 50º | 0.1% | 0.77% | - |
HSV(B) | 50º | 0.06% | 0.79% | - |
XYZ | 54.31 | 57.58 | 56.97 | - |
YUV | 199.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 190 | 0 | 0.01 | 0.06 | 0.21 | 50 | 0.1 | 0.77 |
Hex | CA | C8 | BE | 0 | 1 | 6 | 15 | 32 | A | 4D |
Octal | 312 | 310 | 276 | 0 | 1 | 6 | 25 | 62 | 12 | 115 |
Binary | 11001010 | 11001000 | 10111110 | 0 | 1 | 110 | 10101 | 110010 | 1010 | 1001101 |
Color Harmonies of #CAC8BE
Complementary color
Monochromatic Colors of #CAC8BE
Black with #CAC8BE
Text Example
Text Example
White with #CAC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8BE; }
p { color: rgb(202,200,190); }
H1.HeaderClassName
{
color: #CAC8BE;
}
.AnyTagClassName
{
color: #CAC8BE;
}
</style>
background-color css
<style>
a { background-color: #CAC8BE; }
a { background-color: rgb(202,200,190); }
div.DivClassName
{
background-color: #CAC8BE;
}
.BgClassName
{
background-color: #CAC8BE;
}
</style>
border-color css
<style>
span { border-color: #CAC8BE; }
span { border-color: rgb(202,200,190); }
td.TdClassName
{
border-color: #CAC8BE;
}
.TagClassName
{
border-color: #CAC8BE;
}
</style>