Shades of Lily #C292B9
Tints of Lily #C292B9
RGB
CMYK
RGB Variations
Color information
#C292B9 (or 0xC292B9) is known color: Lily. HEX triplet: C2, 92 and B9. RGB value is (194,146,185). Sum of RGB (Red+Green+Blue) = 194+146+185=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C292B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292B9 is #3D6D46. Grayscale: #A4A4A4. Windows color (decimal): -4025671 or 12161730. OLE color: 12161730.
HSL color Cylindrical-coordinate representation of color #C292B9: hue angle of 311.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C292B9 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 185 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.24 |
| HSL | 311.25º | 0.28% | 0.67% | - |
| HSV(B) | 311.25º | 0.25% | 0.76% | - |
| XYZ | 41.28 | 35.53 | 50.58 | - |
| YUV | 164.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 185 | 0 | 0.25 | 0.05 | 0.24 | 311.25 | 0.28 | 0.67 |
| Hex | C2 | 92 | B9 | 0 | 19 | 5 | 18 | 137 | 1C | 43 |
| Octal | 302 | 222 | 271 | 0 | 31 | 5 | 30 | 467 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10111001 | 0 | 11001 | 101 | 11000 | 100110111 | 11100 | 1000011 |
Color Harmonies of #C292B9
Complementary color
Monochromatic Colors of #C292B9
Black with #C292B9
Text Example
Text Example
White with #C292B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292B9; }
p { color: rgb(194,146,185); }
H1.HeaderClassName
{
color: #C292B9;
}
.AnyTagClassName
{
color: #C292B9;
}
</style>
background-color css
<style>
a { background-color: #C292B9; }
a { background-color: rgb(194,146,185); }
div.DivClassName
{
background-color: #C292B9;
}
.BgClassName
{
background-color: #C292B9;
}
</style>
border-color css
<style>
span { border-color: #C292B9; }
span { border-color: rgb(194,146,185); }
td.TdClassName
{
border-color: #C292B9;
}
.TagClassName
{
border-color: #C292B9;
}
</style>