Shades of Lily #C393AA
Tints of Lily #C393AA
RGB
CMYK
RGB Variations
Color information
#C393AA (or 0xC393AA) is known color: Lily. HEX triplet: C3, 93 and AA. RGB value is (195,147,170). Sum of RGB (Red+Green+Blue) = 195+147+170=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C393AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C393AA is #3C6C55. Grayscale: #A3A3A3. Windows color (decimal): -3959894 or 11178947. OLE color: 11178947.
HSL color Cylindrical-coordinate representation of color #C393AA: hue angle of 331.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C393AA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 170 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.24 |
| HSL | 331.25º | 0.29% | 0.67% | - |
| HSV(B) | 331.25º | 0.25% | 0.76% | - |
| XYZ | 40.2 | 35.37 | 42.74 | - |
| YUV | 163.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 170 | 0 | 0.25 | 0.13 | 0.24 | 331.25 | 0.29 | 0.67 |
| Hex | C3 | 93 | AA | 0 | 19 | D | 18 | 14B | 1D | 43 |
| Octal | 303 | 223 | 252 | 0 | 31 | 15 | 30 | 513 | 35 | 103 |
| Binary | 11000011 | 10010011 | 10101010 | 0 | 11001 | 1101 | 11000 | 101001011 | 11101 | 1000011 |
Color Harmonies of #C393AA
Complementary color
Monochromatic Colors of #C393AA
Black with #C393AA
Text Example
Text Example
White with #C393AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393AA; }
p { color: rgb(195,147,170); }
H1.HeaderClassName
{
color: #C393AA;
}
.AnyTagClassName
{
color: #C393AA;
}
</style>
background-color css
<style>
a { background-color: #C393AA; }
a { background-color: rgb(195,147,170); }
div.DivClassName
{
background-color: #C393AA;
}
.BgClassName
{
background-color: #C393AA;
}
</style>
border-color css
<style>
span { border-color: #C393AA; }
span { border-color: rgb(195,147,170); }
td.TdClassName
{
border-color: #C393AA;
}
.TagClassName
{
border-color: #C393AA;
}
</style>