Shades of Lily #C0A5B7
Tints of Lily #C0A5B7
RGB
CMYK
RGB Variations
Color information
#C0A5B7 (or 0xC0A5B7) is known color: Lily. HEX triplet: C0, A5 and B7. RGB value is (192,165,183). Sum of RGB (Red+Green+Blue) = 192+165+183=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A5B7 is #3F5A48. Grayscale: #AFAFAF. Windows color (decimal): -4151881 or 12035520. OLE color: 12035520.
HSL color Cylindrical-coordinate representation of color #C0A5B7: hue angle of 320º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0A5B7 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 183 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.25 |
| HSL | 320º | 0.18% | 0.7% | - |
| HSV(B) | 320º | 0.14% | 0.75% | - |
| XYZ | 43.74 | 41.54 | 50.51 | - |
| YUV | 175.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 183 | 0 | 0.14 | 0.05 | 0.25 | 320 | 0.18 | 0.7 |
| Hex | C0 | A5 | B7 | 0 | E | 5 | 19 | 140 | 12 | 46 |
| Octal | 300 | 245 | 267 | 0 | 16 | 5 | 31 | 500 | 22 | 106 |
| Binary | 11000000 | 10100101 | 10110111 | 0 | 1110 | 101 | 11001 | 101000000 | 10010 | 1000110 |
Color Harmonies of #C0A5B7
Complementary color
Monochromatic Colors of #C0A5B7
Black with #C0A5B7
Text Example
Text Example
White with #C0A5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A5B7; }
p { color: rgb(192,165,183); }
H1.HeaderClassName
{
color: #C0A5B7;
}
.AnyTagClassName
{
color: #C0A5B7;
}
</style>
background-color css
<style>
a { background-color: #C0A5B7; }
a { background-color: rgb(192,165,183); }
div.DivClassName
{
background-color: #C0A5B7;
}
.BgClassName
{
background-color: #C0A5B7;
}
</style>
border-color css
<style>
span { border-color: #C0A5B7; }
span { border-color: rgb(192,165,183); }
td.TdClassName
{
border-color: #C0A5B7;
}
.TagClassName
{
border-color: #C0A5B7;
}
</style>