Shades of Lily #C094A8
Tints of Lily #C094A8
RGB
CMYK
RGB Variations
Color information
#C094A8 (or 0xC094A8) is known color: Lily. HEX triplet: C0, 94 and A8. RGB value is (192,148,168). Sum of RGB (Red+Green+Blue) = 192+148+168=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C094A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094A8 is #3F6B57. Grayscale: #A3A3A3. Windows color (decimal): -4156248 or 11048128. OLE color: 11048128.
HSL color Cylindrical-coordinate representation of color #C094A8: hue angle of 332.73º 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 #C094A8 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 168 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.25 |
| HSL | 332.73º | 0.26% | 0.67% | - |
| HSV(B) | 332.73º | 0.23% | 0.75% | - |
| XYZ | 39.4 | 35.21 | 41.77 | - |
| YUV | 163.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 168 | 0 | 0.23 | 0.12 | 0.25 | 332.73 | 0.26 | 0.67 |
| Hex | C0 | 94 | A8 | 0 | 17 | C | 19 | 14D | 1A | 43 |
| Octal | 300 | 224 | 250 | 0 | 27 | 14 | 31 | 515 | 32 | 103 |
| Binary | 11000000 | 10010100 | 10101000 | 0 | 10111 | 1100 | 11001 | 101001101 | 11010 | 1000011 |
Color Harmonies of #C094A8
Complementary color
Monochromatic Colors of #C094A8
Black with #C094A8
Text Example
Text Example
White with #C094A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094A8; }
p { color: rgb(192,148,168); }
H1.HeaderClassName
{
color: #C094A8;
}
.AnyTagClassName
{
color: #C094A8;
}
</style>
background-color css
<style>
a { background-color: #C094A8; }
a { background-color: rgb(192,148,168); }
div.DivClassName
{
background-color: #C094A8;
}
.BgClassName
{
background-color: #C094A8;
}
</style>
border-color css
<style>
span { border-color: #C094A8; }
span { border-color: rgb(192,148,168); }
td.TdClassName
{
border-color: #C094A8;
}
.TagClassName
{
border-color: #C094A8;
}
</style>