Shades of Lily #C194B6
Tints of Lily #C194B6
RGB
CMYK
RGB Variations
Color information
#C194B6 (or 0xC194B6) is known color: Lily. HEX triplet: C1, 94 and B6. RGB value is (193,148,182). Sum of RGB (Red+Green+Blue) = 193+148+182=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C194B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194B6 is #3E6B49. Grayscale: #A5A5A5. Windows color (decimal): -4090698 or 11965633. OLE color: 11965633.
HSL color Cylindrical-coordinate representation of color #C194B6: hue angle of 314.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C194B6 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 182 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.24 |
| HSL | 314.67º | 0.27% | 0.67% | - |
| HSV(B) | 314.67º | 0.23% | 0.76% | - |
| XYZ | 41.03 | 35.89 | 49.02 | - |
| YUV | 165.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 182 | 0 | 0.23 | 0.06 | 0.24 | 314.67 | 0.27 | 0.67 |
| Hex | C1 | 94 | B6 | 0 | 17 | 6 | 18 | 13B | 1B | 43 |
| Octal | 301 | 224 | 266 | 0 | 27 | 6 | 30 | 473 | 33 | 103 |
| Binary | 11000001 | 10010100 | 10110110 | 0 | 10111 | 110 | 11000 | 100111011 | 11011 | 1000011 |
Color Harmonies of #C194B6
Complementary color
Monochromatic Colors of #C194B6
Black with #C194B6
Text Example
Text Example
White with #C194B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194B6; }
p { color: rgb(193,148,182); }
H1.HeaderClassName
{
color: #C194B6;
}
.AnyTagClassName
{
color: #C194B6;
}
</style>
background-color css
<style>
a { background-color: #C194B6; }
a { background-color: rgb(193,148,182); }
div.DivClassName
{
background-color: #C194B6;
}
.BgClassName
{
background-color: #C194B6;
}
</style>
border-color css
<style>
span { border-color: #C194B6; }
span { border-color: rgb(193,148,182); }
td.TdClassName
{
border-color: #C194B6;
}
.TagClassName
{
border-color: #C194B6;
}
</style>