Shades of Lily #C399AD
Tints of Lily #C399AD
RGB
CMYK
RGB Variations
Color information
#C399AD (or 0xC399AD) is known color: Lily. HEX triplet: C3, 99 and AD. RGB value is (195,153,173). Sum of RGB (Red+Green+Blue) = 195+153+173=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C399AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399AD is #3C6652. Grayscale: #A7A7A7. Windows color (decimal): -3958355 or 11377091. OLE color: 11377091.
HSL color Cylindrical-coordinate representation of color #C399AD: hue angle of 331.43º 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 #C399AD is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 173 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.24 |
| HSL | 331.43º | 0.26% | 0.68% | - |
| HSV(B) | 331.43º | 0.22% | 0.76% | - |
| XYZ | 41.44 | 37.4 | 44.57 | - |
| YUV | 167.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 173 | 0 | 0.22 | 0.11 | 0.24 | 331.43 | 0.26 | 0.68 |
| Hex | C3 | 99 | AD | 0 | 16 | B | 18 | 14B | 1A | 44 |
| Octal | 303 | 231 | 255 | 0 | 26 | 13 | 30 | 513 | 32 | 104 |
| Binary | 11000011 | 10011001 | 10101101 | 0 | 10110 | 1011 | 11000 | 101001011 | 11010 | 1000100 |
Color Harmonies of #C399AD
Complementary color
Monochromatic Colors of #C399AD
Black with #C399AD
Text Example
Text Example
White with #C399AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399AD; }
p { color: rgb(195,153,173); }
H1.HeaderClassName
{
color: #C399AD;
}
.AnyTagClassName
{
color: #C399AD;
}
</style>
background-color css
<style>
a { background-color: #C399AD; }
a { background-color: rgb(195,153,173); }
div.DivClassName
{
background-color: #C399AD;
}
.BgClassName
{
background-color: #C399AD;
}
</style>
border-color css
<style>
span { border-color: #C399AD; }
span { border-color: rgb(195,153,173); }
td.TdClassName
{
border-color: #C399AD;
}
.TagClassName
{
border-color: #C399AD;
}
</style>