Shades of Lily #C098B1
Tints of Lily #C098B1
RGB
CMYK
RGB Variations
Color information
#C098B1 (or 0xC098B1) is known color: Lily. HEX triplet: C0, 98 and B1. RGB value is (192,152,177). Sum of RGB (Red+Green+Blue) = 192+152+177=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C098B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098B1 is #3F674E. Grayscale: #A6A6A6. Windows color (decimal): -4155215 or 11638976. OLE color: 11638976.
HSL color Cylindrical-coordinate representation of color #C098B1: hue angle of 322.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 #C098B1 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 177 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.25 |
| HSL | 322.5º | 0.24% | 0.67% | - |
| HSV(B) | 322.5º | 0.21% | 0.75% | - |
| XYZ | 40.9 | 36.84 | 46.55 | - |
| YUV | 166.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 177 | 0 | 0.21 | 0.08 | 0.25 | 322.5 | 0.24 | 0.67 |
| Hex | C0 | 98 | B1 | 0 | 15 | 8 | 19 | 142 | 18 | 43 |
| Octal | 300 | 230 | 261 | 0 | 25 | 10 | 31 | 502 | 30 | 103 |
| Binary | 11000000 | 10011000 | 10110001 | 0 | 10101 | 1000 | 11001 | 101000010 | 11000 | 1000011 |
Color Harmonies of #C098B1
Complementary color
Monochromatic Colors of #C098B1
Black with #C098B1
Text Example
Text Example
White with #C098B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098B1; }
p { color: rgb(192,152,177); }
H1.HeaderClassName
{
color: #C098B1;
}
.AnyTagClassName
{
color: #C098B1;
}
</style>
background-color css
<style>
a { background-color: #C098B1; }
a { background-color: rgb(192,152,177); }
div.DivClassName
{
background-color: #C098B1;
}
.BgClassName
{
background-color: #C098B1;
}
</style>
border-color css
<style>
span { border-color: #C098B1; }
span { border-color: rgb(192,152,177); }
td.TdClassName
{
border-color: #C098B1;
}
.TagClassName
{
border-color: #C098B1;
}
</style>