Shades of Lily #C094B2
Tints of Lily #C094B2
RGB
CMYK
RGB Variations
Color information
#C094B2 (or 0xC094B2) is known color: Lily. HEX triplet: C0, 94 and B2. RGB value is (192,148,178). Sum of RGB (Red+Green+Blue) = 192+148+178=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C094B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094B2 is #3F6B4D. Grayscale: #A4A4A4. Windows color (decimal): -4156238 or 11703488. OLE color: 11703488.
HSL color Cylindrical-coordinate representation of color #C094B2: hue angle of 319.09º 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 #C094B2 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 178 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.25 |
| HSL | 319.09º | 0.26% | 0.67% | - |
| HSV(B) | 319.09º | 0.23% | 0.75% | - |
| XYZ | 40.36 | 35.6 | 46.86 | - |
| YUV | 164.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 178 | 0 | 0.23 | 0.07 | 0.25 | 319.09 | 0.26 | 0.67 |
| Hex | C0 | 94 | B2 | 0 | 17 | 7 | 19 | 13F | 1A | 43 |
| Octal | 300 | 224 | 262 | 0 | 27 | 7 | 31 | 477 | 32 | 103 |
| Binary | 11000000 | 10010100 | 10110010 | 0 | 10111 | 111 | 11001 | 100111111 | 11010 | 1000011 |
Color Harmonies of #C094B2
Complementary color
Monochromatic Colors of #C094B2
Black with #C094B2
Text Example
Text Example
White with #C094B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094B2; }
p { color: rgb(192,148,178); }
H1.HeaderClassName
{
color: #C094B2;
}
.AnyTagClassName
{
color: #C094B2;
}
</style>
background-color css
<style>
a { background-color: #C094B2; }
a { background-color: rgb(192,148,178); }
div.DivClassName
{
background-color: #C094B2;
}
.BgClassName
{
background-color: #C094B2;
}
</style>
border-color css
<style>
span { border-color: #C094B2; }
span { border-color: rgb(192,148,178); }
td.TdClassName
{
border-color: #C094B2;
}
.TagClassName
{
border-color: #C094B2;
}
</style>