Shades of Lily #C399BA
Tints of Lily #C399BA
RGB
CMYK
RGB Variations
Color information
#C399BA (or 0xC399BA) is known color: Lily. HEX triplet: C3, 99 and BA. RGB value is (195,153,186). Sum of RGB (Red+Green+Blue) = 195+153+186=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C399BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399BA is #3C6645. Grayscale: #A9A9A9. Windows color (decimal): -3958342 or 12229059. OLE color: 12229059.
HSL color Cylindrical-coordinate representation of color #C399BA: hue angle of 312.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C399BA is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 186 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.24 |
| HSL | 312.86º | 0.26% | 0.68% | - |
| HSV(B) | 312.86º | 0.22% | 0.76% | - |
| XYZ | 42.76 | 37.93 | 51.52 | - |
| YUV | 169.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 186 | 0 | 0.22 | 0.05 | 0.24 | 312.86 | 0.26 | 0.68 |
| Hex | C3 | 99 | BA | 0 | 16 | 5 | 18 | 139 | 1A | 44 |
| Octal | 303 | 231 | 272 | 0 | 26 | 5 | 30 | 471 | 32 | 104 |
| Binary | 11000011 | 10011001 | 10111010 | 0 | 10110 | 101 | 11000 | 100111001 | 11010 | 1000100 |
Color Harmonies of #C399BA
Complementary color
Monochromatic Colors of #C399BA
Black with #C399BA
Text Example
Text Example
White with #C399BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399BA; }
p { color: rgb(195,153,186); }
H1.HeaderClassName
{
color: #C399BA;
}
.AnyTagClassName
{
color: #C399BA;
}
</style>
background-color css
<style>
a { background-color: #C399BA; }
a { background-color: rgb(195,153,186); }
div.DivClassName
{
background-color: #C399BA;
}
.BgClassName
{
background-color: #C399BA;
}
</style>
border-color css
<style>
span { border-color: #C399BA; }
span { border-color: rgb(195,153,186); }
td.TdClassName
{
border-color: #C399BA;
}
.TagClassName
{
border-color: #C399BA;
}
</style>