Shades of Lily #C097B1
Tints of Lily #C097B1
RGB
CMYK
RGB Variations
Color information
#C097B1 (or 0xC097B1) is known color: Lily. HEX triplet: C0, 97 and B1. RGB value is (192,151,177). Sum of RGB (Red+Green+Blue) = 192+151+177=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C097B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C097B1 is #3F684E. Grayscale: #A6A6A6. Windows color (decimal): -4155471 or 11638720. OLE color: 11638720.
HSL color Cylindrical-coordinate representation of color #C097B1: hue angle of 321.95º 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 #C097B1 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 177 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.25 |
| HSL | 321.95º | 0.25% | 0.67% | - |
| HSV(B) | 321.95º | 0.21% | 0.75% | - |
| XYZ | 40.74 | 36.51 | 46.5 | - |
| YUV | 166.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 177 | 0 | 0.21 | 0.08 | 0.25 | 321.95 | 0.25 | 0.67 |
| Hex | C0 | 97 | B1 | 0 | 15 | 8 | 19 | 142 | 19 | 43 |
| Octal | 300 | 227 | 261 | 0 | 25 | 10 | 31 | 502 | 31 | 103 |
| Binary | 11000000 | 10010111 | 10110001 | 0 | 10101 | 1000 | 11001 | 101000010 | 11001 | 1000011 |
Color Harmonies of #C097B1
Complementary color
Monochromatic Colors of #C097B1
Black with #C097B1
Text Example
Text Example
White with #C097B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097B1; }
p { color: rgb(192,151,177); }
H1.HeaderClassName
{
color: #C097B1;
}
.AnyTagClassName
{
color: #C097B1;
}
</style>
background-color css
<style>
a { background-color: #C097B1; }
a { background-color: rgb(192,151,177); }
div.DivClassName
{
background-color: #C097B1;
}
.BgClassName
{
background-color: #C097B1;
}
</style>
border-color css
<style>
span { border-color: #C097B1; }
span { border-color: rgb(192,151,177); }
td.TdClassName
{
border-color: #C097B1;
}
.TagClassName
{
border-color: #C097B1;
}
</style>