Shades of Lily #C298B5
Tints of Lily #C298B5
RGB
CMYK
RGB Variations
Color information
#C298B5 (or 0xC298B5) is known color: Lily. HEX triplet: C2, 98 and B5. RGB value is (194,152,181). Sum of RGB (Red+Green+Blue) = 194+152+181=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C298B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298B5 is #3D674A. Grayscale: #A7A7A7. Windows color (decimal): -4024139 or 11901122. OLE color: 11901122.
HSL color Cylindrical-coordinate representation of color #C298B5: hue angle of 318.57º 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 #C298B5 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 181 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.24 |
| HSL | 318.57º | 0.26% | 0.68% | - |
| HSV(B) | 318.57º | 0.22% | 0.76% | - |
| XYZ | 41.82 | 37.26 | 48.7 | - |
| YUV | 167.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 181 | 0 | 0.22 | 0.07 | 0.24 | 318.57 | 0.26 | 0.68 |
| Hex | C2 | 98 | B5 | 0 | 16 | 7 | 18 | 13F | 1A | 44 |
| Octal | 302 | 230 | 265 | 0 | 26 | 7 | 30 | 477 | 32 | 104 |
| Binary | 11000010 | 10011000 | 10110101 | 0 | 10110 | 111 | 11000 | 100111111 | 11010 | 1000100 |
Color Harmonies of #C298B5
Complementary color
Monochromatic Colors of #C298B5
Black with #C298B5
Text Example
Text Example
White with #C298B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298B5; }
p { color: rgb(194,152,181); }
H1.HeaderClassName
{
color: #C298B5;
}
.AnyTagClassName
{
color: #C298B5;
}
</style>
background-color css
<style>
a { background-color: #C298B5; }
a { background-color: rgb(194,152,181); }
div.DivClassName
{
background-color: #C298B5;
}
.BgClassName
{
background-color: #C298B5;
}
</style>
border-color css
<style>
span { border-color: #C298B5; }
span { border-color: rgb(194,152,181); }
td.TdClassName
{
border-color: #C298B5;
}
.TagClassName
{
border-color: #C298B5;
}
</style>