Shades of Lily #C290B2
Tints of Lily #C290B2
RGB
CMYK
RGB Variations
Color information
#C290B2 (or 0xC290B2) is known color: Lily. HEX triplet: C2, 90 and B2. RGB value is (194,144,178). Sum of RGB (Red+Green+Blue) = 194+144+178=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C290B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290B2 is #3D6F4D. Grayscale: #A2A2A2. Windows color (decimal): -4026190 or 11702466. OLE color: 11702466.
HSL color Cylindrical-coordinate representation of color #C290B2: hue angle of 319.2º 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 #C290B2 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 178 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.24 |
| HSL | 319.2º | 0.29% | 0.66% | - |
| HSV(B) | 319.2º | 0.26% | 0.76% | - |
| XYZ | 40.26 | 34.63 | 46.68 | - |
| YUV | 162.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 178 | 0 | 0.26 | 0.08 | 0.24 | 319.2 | 0.29 | 0.66 |
| Hex | C2 | 90 | B2 | 0 | 1A | 8 | 18 | 13F | 1D | 42 |
| Octal | 302 | 220 | 262 | 0 | 32 | 10 | 30 | 477 | 35 | 102 |
| Binary | 11000010 | 10010000 | 10110010 | 0 | 11010 | 1000 | 11000 | 100111111 | 11101 | 1000010 |
Color Harmonies of #C290B2
Complementary color
Monochromatic Colors of #C290B2
Black with #C290B2
Text Example
Text Example
White with #C290B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290B2; }
p { color: rgb(194,144,178); }
H1.HeaderClassName
{
color: #C290B2;
}
.AnyTagClassName
{
color: #C290B2;
}
</style>
background-color css
<style>
a { background-color: #C290B2; }
a { background-color: rgb(194,144,178); }
div.DivClassName
{
background-color: #C290B2;
}
.BgClassName
{
background-color: #C290B2;
}
</style>
border-color css
<style>
span { border-color: #C290B2; }
span { border-color: rgb(194,144,178); }
td.TdClassName
{
border-color: #C290B2;
}
.TagClassName
{
border-color: #C290B2;
}
</style>