Shades of Lily #C298B9
Tints of Lily #C298B9
RGB
CMYK
RGB Variations
Color information
#C298B9 (or 0xC298B9) is known color: Lily. HEX triplet: C2, 98 and B9. RGB value is (194,152,185). Sum of RGB (Red+Green+Blue) = 194+152+185=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C298B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298B9 is #3D6746. Grayscale: #A8A8A8. Windows color (decimal): -4024135 or 12163266. OLE color: 12163266.
HSL color Cylindrical-coordinate representation of color #C298B9: hue angle of 312.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C298B9 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 185 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.24 |
| HSL | 312.86º | 0.26% | 0.68% | - |
| HSV(B) | 312.86º | 0.22% | 0.76% | - |
| XYZ | 42.23 | 37.43 | 50.9 | - |
| YUV | 168.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 185 | 0 | 0.22 | 0.05 | 0.24 | 312.86 | 0.26 | 0.68 |
| Hex | C2 | 98 | B9 | 0 | 16 | 5 | 18 | 139 | 1A | 44 |
| Octal | 302 | 230 | 271 | 0 | 26 | 5 | 30 | 471 | 32 | 104 |
| Binary | 11000010 | 10011000 | 10111001 | 0 | 10110 | 101 | 11000 | 100111001 | 11010 | 1000100 |
Color Harmonies of #C298B9
Complementary color
Monochromatic Colors of #C298B9
Black with #C298B9
Text Example
Text Example
White with #C298B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298B9; }
p { color: rgb(194,152,185); }
H1.HeaderClassName
{
color: #C298B9;
}
.AnyTagClassName
{
color: #C298B9;
}
</style>
background-color css
<style>
a { background-color: #C298B9; }
a { background-color: rgb(194,152,185); }
div.DivClassName
{
background-color: #C298B9;
}
.BgClassName
{
background-color: #C298B9;
}
</style>
border-color css
<style>
span { border-color: #C298B9; }
span { border-color: rgb(194,152,185); }
td.TdClassName
{
border-color: #C298B9;
}
.TagClassName
{
border-color: #C298B9;
}
</style>