Shades of Lily #C3A1AD
Tints of Lily #C3A1AD
RGB
CMYK
RGB Variations
Color information
#C3A1AD (or 0xC3A1AD) is known color: Lily. HEX triplet: C3, A1 and AD. RGB value is (195,161,173). Sum of RGB (Red+Green+Blue) = 195+161+173=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A1AD is #3C5E52. Grayscale: #ACACAC. Windows color (decimal): -3956307 or 11379139. OLE color: 11379139.
HSL color Cylindrical-coordinate representation of color #C3A1AD: hue angle of 338.82º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3A1AD is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 173 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.24 |
| HSL | 338.82º | 0.22% | 0.7% | - |
| HSV(B) | 338.82º | 0.17% | 0.76% | - |
| XYZ | 42.79 | 40.11 | 45.02 | - |
| YUV | 172.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 173 | 0 | 0.17 | 0.11 | 0.24 | 338.82 | 0.22 | 0.7 |
| Hex | C3 | A1 | AD | 0 | 11 | B | 18 | 153 | 16 | 46 |
| Octal | 303 | 241 | 255 | 0 | 21 | 13 | 30 | 523 | 26 | 106 |
| Binary | 11000011 | 10100001 | 10101101 | 0 | 10001 | 1011 | 11000 | 101010011 | 10110 | 1000110 |
Color Harmonies of #C3A1AD
Complementary color
Monochromatic Colors of #C3A1AD
Black with #C3A1AD
Text Example
Text Example
White with #C3A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A1AD; }
p { color: rgb(195,161,173); }
H1.HeaderClassName
{
color: #C3A1AD;
}
.AnyTagClassName
{
color: #C3A1AD;
}
</style>
background-color css
<style>
a { background-color: #C3A1AD; }
a { background-color: rgb(195,161,173); }
div.DivClassName
{
background-color: #C3A1AD;
}
.BgClassName
{
background-color: #C3A1AD;
}
</style>
border-color css
<style>
span { border-color: #C3A1AD; }
span { border-color: rgb(195,161,173); }
td.TdClassName
{
border-color: #C3A1AD;
}
.TagClassName
{
border-color: #C3A1AD;
}
</style>