Shades of Lily #C098B6
Tints of Lily #C098B6
RGB
CMYK
RGB Variations
Color information
#C098B6 (or 0xC098B6) is known color: Lily. HEX triplet: C0, 98 and B6. RGB value is (192,152,182). Sum of RGB (Red+Green+Blue) = 192+152+182=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C098B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098B6 is #3F6749. Grayscale: #A7A7A7. Windows color (decimal): -4155210 or 11966656. OLE color: 11966656.
HSL color Cylindrical-coordinate representation of color #C098B6: hue angle of 315º 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 #C098B6 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 182 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.25 |
| HSL | 315º | 0.24% | 0.67% | - |
| HSV(B) | 315º | 0.21% | 0.75% | - |
| XYZ | 41.41 | 37.04 | 49.22 | - |
| YUV | 167.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 182 | 0 | 0.21 | 0.05 | 0.25 | 315 | 0.24 | 0.67 |
| Hex | C0 | 98 | B6 | 0 | 15 | 5 | 19 | 13B | 18 | 43 |
| Octal | 300 | 230 | 266 | 0 | 25 | 5 | 31 | 473 | 30 | 103 |
| Binary | 11000000 | 10011000 | 10110110 | 0 | 10101 | 101 | 11001 | 100111011 | 11000 | 1000011 |
Color Harmonies of #C098B6
Complementary color
Monochromatic Colors of #C098B6
Black with #C098B6
Text Example
Text Example
White with #C098B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098B6; }
p { color: rgb(192,152,182); }
H1.HeaderClassName
{
color: #C098B6;
}
.AnyTagClassName
{
color: #C098B6;
}
</style>
background-color css
<style>
a { background-color: #C098B6; }
a { background-color: rgb(192,152,182); }
div.DivClassName
{
background-color: #C098B6;
}
.BgClassName
{
background-color: #C098B6;
}
</style>
border-color css
<style>
span { border-color: #C098B6; }
span { border-color: rgb(192,152,182); }
td.TdClassName
{
border-color: #C098B6;
}
.TagClassName
{
border-color: #C098B6;
}
</style>