Shades of Lily #C098AE
Tints of Lily #C098AE
RGB
CMYK
RGB Variations
Color information
#C098AE (or 0xC098AE) is known color: Lily. HEX triplet: C0, 98 and AE. RGB value is (192,152,174). Sum of RGB (Red+Green+Blue) = 192+152+174=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C098AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098AE is #3F6751. Grayscale: #A6A6A6. Windows color (decimal): -4155218 or 11442368. OLE color: 11442368.
HSL color Cylindrical-coordinate representation of color #C098AE: hue angle of 327º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C098AE is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 174 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.25 |
| HSL | 327º | 0.24% | 0.67% | - |
| HSV(B) | 327º | 0.21% | 0.75% | - |
| XYZ | 40.61 | 36.72 | 44.99 | - |
| YUV | 166.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 174 | 0 | 0.21 | 0.09 | 0.25 | 327 | 0.24 | 0.67 |
| Hex | C0 | 98 | AE | 0 | 15 | 9 | 19 | 147 | 18 | 43 |
| Octal | 300 | 230 | 256 | 0 | 25 | 11 | 31 | 507 | 30 | 103 |
| Binary | 11000000 | 10011000 | 10101110 | 0 | 10101 | 1001 | 11001 | 101000111 | 11000 | 1000011 |
Color Harmonies of #C098AE
Complementary color
Monochromatic Colors of #C098AE
Black with #C098AE
Text Example
Text Example
White with #C098AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098AE; }
p { color: rgb(192,152,174); }
H1.HeaderClassName
{
color: #C098AE;
}
.AnyTagClassName
{
color: #C098AE;
}
</style>
background-color css
<style>
a { background-color: #C098AE; }
a { background-color: rgb(192,152,174); }
div.DivClassName
{
background-color: #C098AE;
}
.BgClassName
{
background-color: #C098AE;
}
</style>
border-color css
<style>
span { border-color: #C098AE; }
span { border-color: rgb(192,152,174); }
td.TdClassName
{
border-color: #C098AE;
}
.TagClassName
{
border-color: #C098AE;
}
</style>