Shades of Lily #C1A5B7
Tints of Lily #C1A5B7
RGB
CMYK
RGB Variations
Color information
#C1A5B7 (or 0xC1A5B7) is known color: Lily. HEX triplet: C1, A5 and B7. RGB value is (193,165,183). Sum of RGB (Red+Green+Blue) = 193+165+183=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A5B7 is #3E5A48. Grayscale: #AFAFAF. Windows color (decimal): -4086345 or 12035521. OLE color: 12035521.
HSL color Cylindrical-coordinate representation of color #C1A5B7: hue angle of 321.43º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1A5B7 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 165 | 183 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.24 |
| HSL | 321.43º | 0.18% | 0.7% | - |
| HSV(B) | 321.43º | 0.15% | 0.76% | - |
| XYZ | 43.99 | 41.67 | 50.52 | - |
| YUV | 175.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 165 | 183 | 0 | 0.15 | 0.05 | 0.24 | 321.43 | 0.18 | 0.7 |
| Hex | C1 | A5 | B7 | 0 | F | 5 | 18 | 141 | 12 | 46 |
| Octal | 301 | 245 | 267 | 0 | 17 | 5 | 30 | 501 | 22 | 106 |
| Binary | 11000001 | 10100101 | 10110111 | 0 | 1111 | 101 | 11000 | 101000001 | 10010 | 1000110 |
Color Harmonies of #C1A5B7
Complementary color
Monochromatic Colors of #C1A5B7
Black with #C1A5B7
Text Example
Text Example
White with #C1A5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A5B7; }
p { color: rgb(193,165,183); }
H1.HeaderClassName
{
color: #C1A5B7;
}
.AnyTagClassName
{
color: #C1A5B7;
}
</style>
background-color css
<style>
a { background-color: #C1A5B7; }
a { background-color: rgb(193,165,183); }
div.DivClassName
{
background-color: #C1A5B7;
}
.BgClassName
{
background-color: #C1A5B7;
}
</style>
border-color css
<style>
span { border-color: #C1A5B7; }
span { border-color: rgb(193,165,183); }
td.TdClassName
{
border-color: #C1A5B7;
}
.TagClassName
{
border-color: #C1A5B7;
}
</style>