Shades of Lily #C5A2B5
Tints of Lily #C5A2B5
RGB
CMYK
RGB Variations
Color information
#C5A2B5 (or 0xC5A2B5) is known color: Lily. HEX triplet: C5, A2 and B5. RGB value is (197,162,181). Sum of RGB (Red+Green+Blue) = 197+162+181=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2B5 is #3A5D4A. Grayscale: #AEAEAE. Windows color (decimal): -3824971 or 11903685. OLE color: 11903685.
HSL color Cylindrical-coordinate representation of color #C5A2B5: hue angle of 327.43º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5A2B5 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 181 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.23 |
| HSL | 327.43º | 0.23% | 0.7% | - |
| HSV(B) | 327.43º | 0.18% | 0.77% | - |
| XYZ | 44.29 | 41.05 | 49.3 | - |
| YUV | 174.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 181 | 0 | 0.18 | 0.08 | 0.23 | 327.43 | 0.23 | 0.7 |
| Hex | C5 | A2 | B5 | 0 | 12 | 8 | 17 | 147 | 17 | 46 |
| Octal | 305 | 242 | 265 | 0 | 22 | 10 | 27 | 507 | 27 | 106 |
| Binary | 11000101 | 10100010 | 10110101 | 0 | 10010 | 1000 | 10111 | 101000111 | 10111 | 1000110 |
Color Harmonies of #C5A2B5
Complementary color
Monochromatic Colors of #C5A2B5
Black with #C5A2B5
Text Example
Text Example
White with #C5A2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A2B5; }
p { color: rgb(197,162,181); }
H1.HeaderClassName
{
color: #C5A2B5;
}
.AnyTagClassName
{
color: #C5A2B5;
}
</style>
background-color css
<style>
a { background-color: #C5A2B5; }
a { background-color: rgb(197,162,181); }
div.DivClassName
{
background-color: #C5A2B5;
}
.BgClassName
{
background-color: #C5A2B5;
}
</style>
border-color css
<style>
span { border-color: #C5A2B5; }
span { border-color: rgb(197,162,181); }
td.TdClassName
{
border-color: #C5A2B5;
}
.TagClassName
{
border-color: #C5A2B5;
}
</style>