Shades of Lily #C0A0AF
Tints of Lily #C0A0AF
RGB
CMYK
RGB Variations
Color information
#C0A0AF (or 0xC0A0AF) is known color: Lily. HEX triplet: C0, A0 and AF. RGB value is (192,160,175). Sum of RGB (Red+Green+Blue) = 192+160+175=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A0AF is #3F5F50. Grayscale: #ABABAB. Windows color (decimal): -4153169 or 11509952. OLE color: 11509952.
HSL color Cylindrical-coordinate representation of color #C0A0AF: hue angle of 331.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0A0AF is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 160 | 175 | - |
CMYK | 0 | 0.17 | 0.09 | 0.25 |
HSL | 331.88º | 0.2% | 0.69% | - |
HSV(B) | 331.88º | 0.17% | 0.75% | - |
XYZ | 42.05 | 39.44 | 45.95 | - |
YUV | 171.28 | 130.1 | 142.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 160 | 175 | 0 | 0.17 | 0.09 | 0.25 | 331.88 | 0.2 | 0.69 |
Hex | C0 | A0 | AF | 0 | 11 | 9 | 19 | 14C | 14 | 45 |
Octal | 300 | 240 | 257 | 0 | 21 | 11 | 31 | 514 | 24 | 105 |
Binary | 11000000 | 10100000 | 10101111 | 0 | 10001 | 1001 | 11001 | 101001100 | 10100 | 1000101 |
Color Harmonies of #C0A0AF
Complementary color
Monochromatic Colors of #C0A0AF
Black with #C0A0AF
Text Example
Text Example
White with #C0A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0AF; }
p { color: rgb(192,160,175); }
H1.HeaderClassName
{
color: #C0A0AF;
}
.AnyTagClassName
{
color: #C0A0AF;
}
</style>
background-color css
<style>
a { background-color: #C0A0AF; }
a { background-color: rgb(192,160,175); }
div.DivClassName
{
background-color: #C0A0AF;
}
.BgClassName
{
background-color: #C0A0AF;
}
</style>
border-color css
<style>
span { border-color: #C0A0AF; }
span { border-color: rgb(192,160,175); }
td.TdClassName
{
border-color: #C0A0AF;
}
.TagClassName
{
border-color: #C0A0AF;
}
</style>