Shades of Lily #C389B6
Tints of Lily #C389B6
RGB
CMYK
RGB Variations
Color information
#C389B6 (or 0xC389B6) is known color: Lily. HEX triplet: C3, 89 and B6. RGB value is (195,137,182). Sum of RGB (Red+Green+Blue) = 195+137+182=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C389B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389B6 is #3C7649. Grayscale: #9F9F9F. Windows color (decimal): -3962442 or 11962819. OLE color: 11962819.
HSL color Cylindrical-coordinate representation of color #C389B6: hue angle of 313.45º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C389B6 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 182 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.24 |
| HSL | 313.45º | 0.33% | 0.65% | - |
| HSV(B) | 313.45º | 0.3% | 0.76% | - |
| XYZ | 39.89 | 32.87 | 48.5 | - |
| YUV | 159.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 182 | 0 | 0.30 | 0.07 | 0.24 | 313.45 | 0.33 | 0.65 |
| Hex | C3 | 89 | B6 | 0 | 1E | 7 | 18 | 139 | 21 | 41 |
| Octal | 303 | 211 | 266 | 0 | 36 | 7 | 30 | 471 | 41 | 101 |
| Binary | 11000011 | 10001001 | 10110110 | 0 | 11110 | 111 | 11000 | 100111001 | 100001 | 1000001 |
Color Harmonies of #C389B6
Complementary color
Monochromatic Colors of #C389B6
Black with #C389B6
Text Example
Text Example
White with #C389B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389B6; }
p { color: rgb(195,137,182); }
H1.HeaderClassName
{
color: #C389B6;
}
.AnyTagClassName
{
color: #C389B6;
}
</style>
background-color css
<style>
a { background-color: #C389B6; }
a { background-color: rgb(195,137,182); }
div.DivClassName
{
background-color: #C389B6;
}
.BgClassName
{
background-color: #C389B6;
}
</style>
border-color css
<style>
span { border-color: #C389B6; }
span { border-color: rgb(195,137,182); }
td.TdClassName
{
border-color: #C389B6;
}
.TagClassName
{
border-color: #C389B6;
}
</style>