Shades of Lily #C292B3
Tints of Lily #C292B3
RGB
CMYK
RGB Variations
Color information
#C292B3 (or 0xC292B3) is known color: Lily. HEX triplet: C2, 92 and B3. RGB value is (194,146,179). Sum of RGB (Red+Green+Blue) = 194+146+179=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C292B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292B3 is #3D6D4C. Grayscale: #A4A4A4. Windows color (decimal): -4025677 or 11768514. OLE color: 11768514.
HSL color Cylindrical-coordinate representation of color #C292B3: hue angle of 318.75º 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 #C292B3 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 179 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.24 |
| HSL | 318.75º | 0.28% | 0.67% | - |
| HSV(B) | 318.75º | 0.25% | 0.76% | - |
| XYZ | 40.66 | 35.28 | 47.31 | - |
| YUV | 164.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 179 | 0 | 0.25 | 0.08 | 0.24 | 318.75 | 0.28 | 0.67 |
| Hex | C2 | 92 | B3 | 0 | 19 | 8 | 18 | 13F | 1C | 43 |
| Octal | 302 | 222 | 263 | 0 | 31 | 10 | 30 | 477 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10110011 | 0 | 11001 | 1000 | 11000 | 100111111 | 11100 | 1000011 |
Color Harmonies of #C292B3
Complementary color
Monochromatic Colors of #C292B3
Black with #C292B3
Text Example
Text Example
White with #C292B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292B3; }
p { color: rgb(194,146,179); }
H1.HeaderClassName
{
color: #C292B3;
}
.AnyTagClassName
{
color: #C292B3;
}
</style>
background-color css
<style>
a { background-color: #C292B3; }
a { background-color: rgb(194,146,179); }
div.DivClassName
{
background-color: #C292B3;
}
.BgClassName
{
background-color: #C292B3;
}
</style>
border-color css
<style>
span { border-color: #C292B3; }
span { border-color: rgb(194,146,179); }
td.TdClassName
{
border-color: #C292B3;
}
.TagClassName
{
border-color: #C292B3;
}
</style>