Shades of Lily #C097B0
Tints of Lily #C097B0
RGB
CMYK
RGB Variations
Color information
#C097B0 (or 0xC097B0) is known color: Lily. HEX triplet: C0, 97 and B0. RGB value is (192,151,176). Sum of RGB (Red+Green+Blue) = 192+151+176=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C097B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C097B0 is #3F684F. Grayscale: #A6A6A6. Windows color (decimal): -4155472 or 11573184. OLE color: 11573184.
HSL color Cylindrical-coordinate representation of color #C097B0: hue angle of 323.41º 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 #C097B0 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 176 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.25 |
| HSL | 323.41º | 0.25% | 0.67% | - |
| HSV(B) | 323.41º | 0.21% | 0.75% | - |
| XYZ | 40.64 | 36.47 | 45.97 | - |
| YUV | 166.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 176 | 0 | 0.21 | 0.08 | 0.25 | 323.41 | 0.25 | 0.67 |
| Hex | C0 | 97 | B0 | 0 | 15 | 8 | 19 | 143 | 19 | 43 |
| Octal | 300 | 227 | 260 | 0 | 25 | 10 | 31 | 503 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10110000 | 0 | 10101 | 1000 | 11001 | 101000011 | 11001 | 1000011 |
Color Harmonies of #C097B0
Complementary color
Monochromatic Colors of #C097B0
Black with #C097B0
Text Example
Text Example
White with #C097B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097B0; }
p { color: rgb(192,151,176); }
H1.HeaderClassName
{
color: #C097B0;
}
.AnyTagClassName
{
color: #C097B0;
}
</style>
background-color css
<style>
a { background-color: #C097B0; }
a { background-color: rgb(192,151,176); }
div.DivClassName
{
background-color: #C097B0;
}
.BgClassName
{
background-color: #C097B0;
}
</style>
border-color css
<style>
span { border-color: #C097B0; }
span { border-color: rgb(192,151,176); }
td.TdClassName
{
border-color: #C097B0;
}
.TagClassName
{
border-color: #C097B0;
}
</style>