Shades of Lily #C097AF
Tints of Lily #C097AF
RGB
CMYK
RGB Variations
Color information
#C097AF (or 0xC097AF) is known color: Lily. HEX triplet: C0, 97 and AF. RGB value is (192,151,175). Sum of RGB (Red+Green+Blue) = 192+151+175=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C097AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C097AF is #3F6850. Grayscale: #A5A5A5. Windows color (decimal): -4155473 or 11507648. OLE color: 11507648.
HSL color Cylindrical-coordinate representation of color #C097AF: hue angle of 324.88º degrees, saturation: 0.25, 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 #C097AF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 175 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.25 |
| HSL | 324.88º | 0.25% | 0.67% | - |
| HSV(B) | 324.88º | 0.21% | 0.75% | - |
| XYZ | 40.54 | 36.43 | 45.45 | - |
| YUV | 166 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 175 | 0 | 0.21 | 0.09 | 0.25 | 324.88 | 0.25 | 0.67 |
| Hex | C0 | 97 | AF | 0 | 15 | 9 | 19 | 145 | 19 | 43 |
| Octal | 300 | 227 | 257 | 0 | 25 | 11 | 31 | 505 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10101111 | 0 | 10101 | 1001 | 11001 | 101000101 | 11001 | 1000011 |
Color Harmonies of #C097AF
Complementary color
Monochromatic Colors of #C097AF
Black with #C097AF
Text Example
Text Example
White with #C097AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097AF; }
p { color: rgb(192,151,175); }
H1.HeaderClassName
{
color: #C097AF;
}
.AnyTagClassName
{
color: #C097AF;
}
</style>
background-color css
<style>
a { background-color: #C097AF; }
a { background-color: rgb(192,151,175); }
div.DivClassName
{
background-color: #C097AF;
}
.BgClassName
{
background-color: #C097AF;
}
</style>
border-color css
<style>
span { border-color: #C097AF; }
span { border-color: rgb(192,151,175); }
td.TdClassName
{
border-color: #C097AF;
}
.TagClassName
{
border-color: #C097AF;
}
</style>