Shades of Lily #C399AB
Tints of Lily #C399AB
RGB
CMYK
RGB Variations
Color information
#C399AB (or 0xC399AB) is known color: Lily. HEX triplet: C3, 99 and AB. RGB value is (195,153,171). Sum of RGB (Red+Green+Blue) = 195+153+171=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C399AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399AB is #3C6654. Grayscale: #A7A7A7. Windows color (decimal): -3958357 or 11246019. OLE color: 11246019.
HSL color Cylindrical-coordinate representation of color #C399AB: hue angle of 334.29º 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 #C399AB is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 171 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.24 |
| HSL | 334.29º | 0.26% | 0.68% | - |
| HSV(B) | 334.29º | 0.22% | 0.76% | - |
| XYZ | 41.25 | 37.32 | 43.56 | - |
| YUV | 167.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 171 | 0 | 0.22 | 0.12 | 0.24 | 334.29 | 0.26 | 0.68 |
| Hex | C3 | 99 | AB | 0 | 16 | C | 18 | 14E | 1A | 44 |
| Octal | 303 | 231 | 253 | 0 | 26 | 14 | 30 | 516 | 32 | 104 |
| Binary | 11000011 | 10011001 | 10101011 | 0 | 10110 | 1100 | 11000 | 101001110 | 11010 | 1000100 |
Color Harmonies of #C399AB
Complementary color
Monochromatic Colors of #C399AB
Black with #C399AB
Text Example
Text Example
White with #C399AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399AB; }
p { color: rgb(195,153,171); }
H1.HeaderClassName
{
color: #C399AB;
}
.AnyTagClassName
{
color: #C399AB;
}
</style>
background-color css
<style>
a { background-color: #C399AB; }
a { background-color: rgb(195,153,171); }
div.DivClassName
{
background-color: #C399AB;
}
.BgClassName
{
background-color: #C399AB;
}
</style>
border-color css
<style>
span { border-color: #C399AB; }
span { border-color: rgb(195,153,171); }
td.TdClassName
{
border-color: #C399AB;
}
.TagClassName
{
border-color: #C399AB;
}
</style>