Shades of Lily #C189B3
Tints of Lily #C189B3
RGB
CMYK
RGB Variations
Color information
#C189B3 (or 0xC189B3) is known color: Lily. HEX triplet: C1, 89 and B3. RGB value is (193,137,179). Sum of RGB (Red+Green+Blue) = 193+137+179=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C189B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189B3 is #3E764C. Grayscale: #9E9E9E. Windows color (decimal): -4093517 or 11766209. OLE color: 11766209.
HSL color Cylindrical-coordinate representation of color #C189B3: hue angle of 315º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C189B3 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 179 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.24 |
| HSL | 315º | 0.31% | 0.65% | - |
| HSV(B) | 315º | 0.29% | 0.76% | - |
| XYZ | 39.07 | 32.48 | 46.86 | - |
| YUV | 158.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 179 | 0 | 0.29 | 0.07 | 0.24 | 315 | 0.31 | 0.65 |
| Hex | C1 | 89 | B3 | 0 | 1D | 7 | 18 | 13B | 1F | 41 |
| Octal | 301 | 211 | 263 | 0 | 35 | 7 | 30 | 473 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10110011 | 0 | 11101 | 111 | 11000 | 100111011 | 11111 | 1000001 |
Color Harmonies of #C189B3
Complementary color
Monochromatic Colors of #C189B3
Black with #C189B3
Text Example
Text Example
White with #C189B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189B3; }
p { color: rgb(193,137,179); }
H1.HeaderClassName
{
color: #C189B3;
}
.AnyTagClassName
{
color: #C189B3;
}
</style>
background-color css
<style>
a { background-color: #C189B3; }
a { background-color: rgb(193,137,179); }
div.DivClassName
{
background-color: #C189B3;
}
.BgClassName
{
background-color: #C189B3;
}
</style>
border-color css
<style>
span { border-color: #C189B3; }
span { border-color: rgb(193,137,179); }
td.TdClassName
{
border-color: #C189B3;
}
.TagClassName
{
border-color: #C189B3;
}
</style>