Shades of Lily #C0A2AF
Tints of Lily #C0A2AF
RGB
CMYK
RGB Variations
Color information
#C0A2AF (or 0xC0A2AF) is known color: Lily. HEX triplet: C0, A2 and AF. RGB value is (192,162,175). Sum of RGB (Red+Green+Blue) = 192+162+175=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A2AF is #3F5D50. Grayscale: #ACACAC. Windows color (decimal): -4152657 or 11510464. OLE color: 11510464.
HSL color Cylindrical-coordinate representation of color #C0A2AF: hue angle of 334º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0A2AF is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 175 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.25 |
| HSL | 334º | 0.19% | 0.69% | - |
| HSV(B) | 334º | 0.16% | 0.75% | - |
| XYZ | 42.4 | 40.14 | 46.07 | - |
| YUV | 172.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 175 | 0 | 0.16 | 0.09 | 0.25 | 334 | 0.19 | 0.69 |
| Hex | C0 | A2 | AF | 0 | 10 | 9 | 19 | 14E | 13 | 45 |
| Octal | 300 | 242 | 257 | 0 | 20 | 11 | 31 | 516 | 23 | 105 |
| Binary | 11000000 | 10100010 | 10101111 | 0 | 10000 | 1001 | 11001 | 101001110 | 10011 | 1000101 |
Color Harmonies of #C0A2AF
Complementary color
Monochromatic Colors of #C0A2AF
Black with #C0A2AF
Text Example
Text Example
White with #C0A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2AF; }
p { color: rgb(192,162,175); }
H1.HeaderClassName
{
color: #C0A2AF;
}
.AnyTagClassName
{
color: #C0A2AF;
}
</style>
background-color css
<style>
a { background-color: #C0A2AF; }
a { background-color: rgb(192,162,175); }
div.DivClassName
{
background-color: #C0A2AF;
}
.BgClassName
{
background-color: #C0A2AF;
}
</style>
border-color css
<style>
span { border-color: #C0A2AF; }
span { border-color: rgb(192,162,175); }
td.TdClassName
{
border-color: #C0A2AF;
}
.TagClassName
{
border-color: #C0A2AF;
}
</style>