Shades of Lily #C392AA
Tints of Lily #C392AA
RGB
CMYK
RGB Variations
Color information
#C392AA (or 0xC392AA) is known color: Lily. HEX triplet: C3, 92 and AA. RGB value is (195,146,170). Sum of RGB (Red+Green+Blue) = 195+146+170=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C392AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C392AA is #3C6D55. Grayscale: #A3A3A3. Windows color (decimal): -3960150 or 11178691. OLE color: 11178691.
HSL color Cylindrical-coordinate representation of color #C392AA: hue angle of 330.61º 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 #C392AA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 170 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.24 |
| HSL | 330.61º | 0.29% | 0.67% | - |
| HSV(B) | 330.61º | 0.25% | 0.76% | - |
| XYZ | 40.04 | 35.06 | 42.69 | - |
| YUV | 163.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 170 | 0 | 0.25 | 0.13 | 0.24 | 330.61 | 0.29 | 0.67 |
| Hex | C3 | 92 | AA | 0 | 19 | D | 18 | 14B | 1D | 43 |
| Octal | 303 | 222 | 252 | 0 | 31 | 15 | 30 | 513 | 35 | 103 |
| Binary | 11000011 | 10010010 | 10101010 | 0 | 11001 | 1101 | 11000 | 101001011 | 11101 | 1000011 |
Color Harmonies of #C392AA
Complementary color
Monochromatic Colors of #C392AA
Black with #C392AA
Text Example
Text Example
White with #C392AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392AA; }
p { color: rgb(195,146,170); }
H1.HeaderClassName
{
color: #C392AA;
}
.AnyTagClassName
{
color: #C392AA;
}
</style>
background-color css
<style>
a { background-color: #C392AA; }
a { background-color: rgb(195,146,170); }
div.DivClassName
{
background-color: #C392AA;
}
.BgClassName
{
background-color: #C392AA;
}
</style>
border-color css
<style>
span { border-color: #C392AA; }
span { border-color: rgb(195,146,170); }
td.TdClassName
{
border-color: #C392AA;
}
.TagClassName
{
border-color: #C392AA;
}
</style>