Shades of Lily #C098AF
Tints of Lily #C098AF
RGB
CMYK
RGB Variations
Color information
#C098AF (or 0xC098AF) is known color: Lily. HEX triplet: C0, 98 and AF. RGB value is (192,152,175). Sum of RGB (Red+Green+Blue) = 192+152+175=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C098AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098AF is #3F6750. Grayscale: #A6A6A6. Windows color (decimal): -4155217 or 11507904. OLE color: 11507904.
HSL color Cylindrical-coordinate representation of color #C098AF: hue angle of 325.5º 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 #C098AF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 175 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.25 |
| HSL | 325.5º | 0.24% | 0.67% | - |
| HSV(B) | 325.5º | 0.21% | 0.75% | - |
| XYZ | 40.7 | 36.76 | 45.51 | - |
| YUV | 166.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 175 | 0 | 0.21 | 0.09 | 0.25 | 325.5 | 0.24 | 0.67 |
| Hex | C0 | 98 | AF | 0 | 15 | 9 | 19 | 146 | 18 | 43 |
| Octal | 300 | 230 | 257 | 0 | 25 | 11 | 31 | 506 | 30 | 103 |
| Binary | 11000000 | 10011000 | 10101111 | 0 | 10101 | 1001 | 11001 | 101000110 | 11000 | 1000011 |
Color Harmonies of #C098AF
Complementary color
Monochromatic Colors of #C098AF
Black with #C098AF
Text Example
Text Example
White with #C098AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098AF; }
p { color: rgb(192,152,175); }
H1.HeaderClassName
{
color: #C098AF;
}
.AnyTagClassName
{
color: #C098AF;
}
</style>
background-color css
<style>
a { background-color: #C098AF; }
a { background-color: rgb(192,152,175); }
div.DivClassName
{
background-color: #C098AF;
}
.BgClassName
{
background-color: #C098AF;
}
</style>
border-color css
<style>
span { border-color: #C098AF; }
span { border-color: rgb(192,152,175); }
td.TdClassName
{
border-color: #C098AF;
}
.TagClassName
{
border-color: #C098AF;
}
</style>