Shades of Lily #C392AC
Tints of Lily #C392AC
RGB
CMYK
RGB Variations
Color information
#C392AC (or 0xC392AC) is known color: Lily. HEX triplet: C3, 92 and AC. RGB value is (195,146,172). Sum of RGB (Red+Green+Blue) = 195+146+172=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C392AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C392AC is #3C6D53. Grayscale: #A3A3A3. Windows color (decimal): -3960148 or 11309763. OLE color: 11309763.
HSL color Cylindrical-coordinate representation of color #C392AC: hue angle of 328.16º 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 #C392AC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 172 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.24 |
| HSL | 328.16º | 0.29% | 0.67% | - |
| HSV(B) | 328.16º | 0.25% | 0.76% | - |
| XYZ | 40.23 | 35.14 | 43.69 | - |
| YUV | 163.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 172 | 0 | 0.25 | 0.12 | 0.24 | 328.16 | 0.29 | 0.67 |
| Hex | C3 | 92 | AC | 0 | 19 | C | 18 | 148 | 1D | 43 |
| Octal | 303 | 222 | 254 | 0 | 31 | 14 | 30 | 510 | 35 | 103 |
| Binary | 11000011 | 10010010 | 10101100 | 0 | 11001 | 1100 | 11000 | 101001000 | 11101 | 1000011 |
Color Harmonies of #C392AC
Complementary color
Monochromatic Colors of #C392AC
Black with #C392AC
Text Example
Text Example
White with #C392AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392AC; }
p { color: rgb(195,146,172); }
H1.HeaderClassName
{
color: #C392AC;
}
.AnyTagClassName
{
color: #C392AC;
}
</style>
background-color css
<style>
a { background-color: #C392AC; }
a { background-color: rgb(195,146,172); }
div.DivClassName
{
background-color: #C392AC;
}
.BgClassName
{
background-color: #C392AC;
}
</style>
border-color css
<style>
span { border-color: #C392AC; }
span { border-color: rgb(195,146,172); }
td.TdClassName
{
border-color: #C392AC;
}
.TagClassName
{
border-color: #C392AC;
}
</style>