Shades of Lily #C394AA
Tints of Lily #C394AA
RGB
CMYK
RGB Variations
Color information
#C394AA (or 0xC394AA) is known color: Lily. HEX triplet: C3, 94 and AA. RGB value is (195,148,170). Sum of RGB (Red+Green+Blue) = 195+148+170=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C394AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394AA is #3C6B55. Grayscale: #A4A4A4. Windows color (decimal): -3959638 or 11179203. OLE color: 11179203.
HSL color Cylindrical-coordinate representation of color #C394AA: hue angle of 331.91º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C394AA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 170 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.24 |
| HSL | 331.91º | 0.28% | 0.67% | - |
| HSV(B) | 331.91º | 0.24% | 0.76% | - |
| XYZ | 40.35 | 35.68 | 42.79 | - |
| YUV | 164.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 170 | 0 | 0.24 | 0.13 | 0.24 | 331.91 | 0.28 | 0.67 |
| Hex | C3 | 94 | AA | 0 | 18 | D | 18 | 14C | 1C | 43 |
| Octal | 303 | 224 | 252 | 0 | 30 | 15 | 30 | 514 | 34 | 103 |
| Binary | 11000011 | 10010100 | 10101010 | 0 | 11000 | 1101 | 11000 | 101001100 | 11100 | 1000011 |
Color Harmonies of #C394AA
Complementary color
Monochromatic Colors of #C394AA
Black with #C394AA
Text Example
Text Example
White with #C394AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394AA; }
p { color: rgb(195,148,170); }
H1.HeaderClassName
{
color: #C394AA;
}
.AnyTagClassName
{
color: #C394AA;
}
</style>
background-color css
<style>
a { background-color: #C394AA; }
a { background-color: rgb(195,148,170); }
div.DivClassName
{
background-color: #C394AA;
}
.BgClassName
{
background-color: #C394AA;
}
</style>
border-color css
<style>
span { border-color: #C394AA; }
span { border-color: rgb(195,148,170); }
td.TdClassName
{
border-color: #C394AA;
}
.TagClassName
{
border-color: #C394AA;
}
</style>