Shades of Lily #C0A5B5
Tints of Lily #C0A5B5
RGB
CMYK
RGB Variations
Color information
#C0A5B5 (or 0xC0A5B5) is known color: Lily. HEX triplet: C0, A5 and B5. RGB value is (192,165,181). Sum of RGB (Red+Green+Blue) = 192+165+181=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A5B5 is #3F5A4A. Grayscale: #AEAEAE. Windows color (decimal): -4151883 or 11904448. OLE color: 11904448.
HSL color Cylindrical-coordinate representation of color #C0A5B5: hue angle of 324.44º 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 #C0A5B5 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 181 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.25 |
| HSL | 324.44º | 0.18% | 0.7% | - |
| HSV(B) | 324.44º | 0.14% | 0.75% | - |
| XYZ | 43.53 | 41.45 | 49.42 | - |
| YUV | 174.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 181 | 0 | 0.14 | 0.06 | 0.25 | 324.44 | 0.18 | 0.7 |
| Hex | C0 | A5 | B5 | 0 | E | 6 | 19 | 144 | 12 | 46 |
| Octal | 300 | 245 | 265 | 0 | 16 | 6 | 31 | 504 | 22 | 106 |
| Binary | 11000000 | 10100101 | 10110101 | 0 | 1110 | 110 | 11001 | 101000100 | 10010 | 1000110 |
Color Harmonies of #C0A5B5
Complementary color
Monochromatic Colors of #C0A5B5
Black with #C0A5B5
Text Example
Text Example
White with #C0A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A5B5; }
p { color: rgb(192,165,181); }
H1.HeaderClassName
{
color: #C0A5B5;
}
.AnyTagClassName
{
color: #C0A5B5;
}
</style>
background-color css
<style>
a { background-color: #C0A5B5; }
a { background-color: rgb(192,165,181); }
div.DivClassName
{
background-color: #C0A5B5;
}
.BgClassName
{
background-color: #C0A5B5;
}
</style>
border-color css
<style>
span { border-color: #C0A5B5; }
span { border-color: rgb(192,165,181); }
td.TdClassName
{
border-color: #C0A5B5;
}
.TagClassName
{
border-color: #C0A5B5;
}
</style>