Shades of Lily #C298AA
Tints of Lily #C298AA
RGB
CMYK
RGB Variations
Color information
#C298AA (or 0xC298AA) is known color: Lily. HEX triplet: C2, 98 and AA. RGB value is (194,152,170). Sum of RGB (Red+Green+Blue) = 194+152+170=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C298AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C298AA is #3D6755. Grayscale: #A6A6A6. Windows color (decimal): -4024150 or 11180226. OLE color: 11180226.
HSL color Cylindrical-coordinate representation of color #C298AA: hue angle of 334.29º 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 #C298AA is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 170 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.24 |
| HSL | 334.29º | 0.26% | 0.68% | - |
| HSV(B) | 334.29º | 0.22% | 0.76% | - |
| XYZ | 40.73 | 36.83 | 42.99 | - |
| YUV | 166.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 170 | 0 | 0.22 | 0.12 | 0.24 | 334.29 | 0.26 | 0.68 |
| Hex | C2 | 98 | AA | 0 | 16 | C | 18 | 14E | 1A | 44 |
| Octal | 302 | 230 | 252 | 0 | 26 | 14 | 30 | 516 | 32 | 104 |
| Binary | 11000010 | 10011000 | 10101010 | 0 | 10110 | 1100 | 11000 | 101001110 | 11010 | 1000100 |
Color Harmonies of #C298AA
Complementary color
Monochromatic Colors of #C298AA
Black with #C298AA
Text Example
Text Example
White with #C298AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298AA; }
p { color: rgb(194,152,170); }
H1.HeaderClassName
{
color: #C298AA;
}
.AnyTagClassName
{
color: #C298AA;
}
</style>
background-color css
<style>
a { background-color: #C298AA; }
a { background-color: rgb(194,152,170); }
div.DivClassName
{
background-color: #C298AA;
}
.BgClassName
{
background-color: #C298AA;
}
</style>
border-color css
<style>
span { border-color: #C298AA; }
span { border-color: rgb(194,152,170); }
td.TdClassName
{
border-color: #C298AA;
}
.TagClassName
{
border-color: #C298AA;
}
</style>