Shades of Lily #C399B0
Tints of Lily #C399B0
RGB
CMYK
RGB Variations
Color information
#C399B0 (or 0xC399B0) is known color: Lily. HEX triplet: C3, 99 and B0. RGB value is (195,153,176). Sum of RGB (Red+Green+Blue) = 195+153+176=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C399B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399B0 is #3C664F. Grayscale: #A8A8A8. Windows color (decimal): -3958352 or 11573699. OLE color: 11573699.
HSL color Cylindrical-coordinate representation of color #C399B0: hue angle of 327.14º 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 #C399B0 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 176 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.24 |
| HSL | 327.14º | 0.26% | 0.68% | - |
| HSV(B) | 327.14º | 0.22% | 0.76% | - |
| XYZ | 41.73 | 37.52 | 46.12 | - |
| YUV | 168.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 176 | 0 | 0.22 | 0.10 | 0.24 | 327.14 | 0.26 | 0.68 |
| Hex | C3 | 99 | B0 | 0 | 16 | A | 18 | 147 | 1A | 44 |
| Octal | 303 | 231 | 260 | 0 | 26 | 12 | 30 | 507 | 32 | 104 |
| Binary | 11000011 | 10011001 | 10110000 | 0 | 10110 | 1010 | 11000 | 101000111 | 11010 | 1000100 |
Color Harmonies of #C399B0
Complementary color
Monochromatic Colors of #C399B0
Black with #C399B0
Text Example
Text Example
White with #C399B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399B0; }
p { color: rgb(195,153,176); }
H1.HeaderClassName
{
color: #C399B0;
}
.AnyTagClassName
{
color: #C399B0;
}
</style>
background-color css
<style>
a { background-color: #C399B0; }
a { background-color: rgb(195,153,176); }
div.DivClassName
{
background-color: #C399B0;
}
.BgClassName
{
background-color: #C399B0;
}
</style>
border-color css
<style>
span { border-color: #C399B0; }
span { border-color: rgb(195,153,176); }
td.TdClassName
{
border-color: #C399B0;
}
.TagClassName
{
border-color: #C399B0;
}
</style>