Shades of Lily #C290B6
Tints of Lily #C290B6
RGB
CMYK
RGB Variations
Color information
#C290B6 (or 0xC290B6) is known color: Lily. HEX triplet: C2, 90 and B6. RGB value is (194,144,182). Sum of RGB (Red+Green+Blue) = 194+144+182=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C290B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290B6 is #3D6F49. Grayscale: #A3A3A3. Windows color (decimal): -4026186 or 11964610. OLE color: 11964610.
HSL color Cylindrical-coordinate representation of color #C290B6: hue angle of 314.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C290B6 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 182 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.24 |
| HSL | 314.4º | 0.29% | 0.66% | - |
| HSV(B) | 314.4º | 0.26% | 0.76% | - |
| XYZ | 40.66 | 34.79 | 48.83 | - |
| YUV | 163.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 182 | 0 | 0.26 | 0.06 | 0.24 | 314.4 | 0.29 | 0.66 |
| Hex | C2 | 90 | B6 | 0 | 1A | 6 | 18 | 13A | 1D | 42 |
| Octal | 302 | 220 | 266 | 0 | 32 | 6 | 30 | 472 | 35 | 102 |
| Binary | 11000010 | 10010000 | 10110110 | 0 | 11010 | 110 | 11000 | 100111010 | 11101 | 1000010 |
Color Harmonies of #C290B6
Complementary color
Monochromatic Colors of #C290B6
Black with #C290B6
Text Example
Text Example
White with #C290B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290B6; }
p { color: rgb(194,144,182); }
H1.HeaderClassName
{
color: #C290B6;
}
.AnyTagClassName
{
color: #C290B6;
}
</style>
background-color css
<style>
a { background-color: #C290B6; }
a { background-color: rgb(194,144,182); }
div.DivClassName
{
background-color: #C290B6;
}
.BgClassName
{
background-color: #C290B6;
}
</style>
border-color css
<style>
span { border-color: #C290B6; }
span { border-color: rgb(194,144,182); }
td.TdClassName
{
border-color: #C290B6;
}
.TagClassName
{
border-color: #C290B6;
}
</style>