Shades of Lily #C195AA
Tints of Lily #C195AA
RGB
CMYK
RGB Variations
Color information
#C195AA (or 0xC195AA) is known color: Lily. HEX triplet: C1, 95 and AA. RGB value is (193,149,170). Sum of RGB (Red+Green+Blue) = 193+149+170=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C195AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C195AA is #3E6A55. Grayscale: #A4A4A4. Windows color (decimal): -4090454 or 11179457. OLE color: 11179457.
HSL color Cylindrical-coordinate representation of color #C195AA: hue angle of 331.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C195AA is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 170 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.24 |
| HSL | 331.36º | 0.26% | 0.67% | - |
| HSV(B) | 331.36º | 0.23% | 0.76% | - |
| XYZ | 40 | 35.73 | 42.82 | - |
| YUV | 164.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 170 | 0 | 0.23 | 0.12 | 0.24 | 331.36 | 0.26 | 0.67 |
| Hex | C1 | 95 | AA | 0 | 17 | C | 18 | 14B | 1A | 43 |
| Octal | 301 | 225 | 252 | 0 | 27 | 14 | 30 | 513 | 32 | 103 |
| Binary | 11000001 | 10010101 | 10101010 | 0 | 10111 | 1100 | 11000 | 101001011 | 11010 | 1000011 |
Color Harmonies of #C195AA
Complementary color
Monochromatic Colors of #C195AA
Black with #C195AA
Text Example
Text Example
White with #C195AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195AA; }
p { color: rgb(193,149,170); }
H1.HeaderClassName
{
color: #C195AA;
}
.AnyTagClassName
{
color: #C195AA;
}
</style>
background-color css
<style>
a { background-color: #C195AA; }
a { background-color: rgb(193,149,170); }
div.DivClassName
{
background-color: #C195AA;
}
.BgClassName
{
background-color: #C195AA;
}
</style>
border-color css
<style>
span { border-color: #C195AA; }
span { border-color: rgb(193,149,170); }
td.TdClassName
{
border-color: #C195AA;
}
.TagClassName
{
border-color: #C195AA;
}
</style>