Shades of Lily #C094B1
Tints of Lily #C094B1
RGB
CMYK
RGB Variations
Color information
#C094B1 (or 0xC094B1) is known color: Lily. HEX triplet: C0, 94 and B1. RGB value is (192,148,177). Sum of RGB (Red+Green+Blue) = 192+148+177=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C094B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094B1 is #3F6B4E. Grayscale: #A4A4A4. Windows color (decimal): -4156239 or 11637952. OLE color: 11637952.
HSL color Cylindrical-coordinate representation of color #C094B1: hue angle of 320.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C094B1 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 177 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.25 |
| HSL | 320.45º | 0.26% | 0.67% | - |
| HSV(B) | 320.45º | 0.23% | 0.75% | - |
| XYZ | 40.26 | 35.56 | 46.34 | - |
| YUV | 164.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 177 | 0 | 0.23 | 0.08 | 0.25 | 320.45 | 0.26 | 0.67 |
| Hex | C0 | 94 | B1 | 0 | 17 | 8 | 19 | 140 | 1A | 43 |
| Octal | 300 | 224 | 261 | 0 | 27 | 10 | 31 | 500 | 32 | 103 |
| Binary | 11000000 | 10010100 | 10110001 | 0 | 10111 | 1000 | 11001 | 101000000 | 11010 | 1000011 |
Color Harmonies of #C094B1
Complementary color
Monochromatic Colors of #C094B1
Black with #C094B1
Text Example
Text Example
White with #C094B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094B1; }
p { color: rgb(192,148,177); }
H1.HeaderClassName
{
color: #C094B1;
}
.AnyTagClassName
{
color: #C094B1;
}
</style>
background-color css
<style>
a { background-color: #C094B1; }
a { background-color: rgb(192,148,177); }
div.DivClassName
{
background-color: #C094B1;
}
.BgClassName
{
background-color: #C094B1;
}
</style>
border-color css
<style>
span { border-color: #C094B1; }
span { border-color: rgb(192,148,177); }
td.TdClassName
{
border-color: #C094B1;
}
.TagClassName
{
border-color: #C094B1;
}
</style>