Shades of Lily #C392AF
Tints of Lily #C392AF
RGB
CMYK
RGB Variations
Color information
#C392AF (or 0xC392AF) is known color: Lily. HEX triplet: C3, 92 and AF. RGB value is (195,146,175). Sum of RGB (Red+Green+Blue) = 195+146+175=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C392AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C392AF is #3C6D50. Grayscale: #A3A3A3. Windows color (decimal): -3960145 or 11506371. OLE color: 11506371.
HSL color Cylindrical-coordinate representation of color #C392AF: hue angle of 324.49º 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 #C392AF is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 175 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.24 |
| HSL | 324.49º | 0.29% | 0.67% | - |
| HSV(B) | 324.49º | 0.25% | 0.76% | - |
| XYZ | 40.52 | 35.26 | 45.23 | - |
| YUV | 163.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 175 | 0 | 0.25 | 0.10 | 0.24 | 324.49 | 0.29 | 0.67 |
| Hex | C3 | 92 | AF | 0 | 19 | A | 18 | 144 | 1D | 43 |
| Octal | 303 | 222 | 257 | 0 | 31 | 12 | 30 | 504 | 35 | 103 |
| Binary | 11000011 | 10010010 | 10101111 | 0 | 11001 | 1010 | 11000 | 101000100 | 11101 | 1000011 |
Color Harmonies of #C392AF
Complementary color
Monochromatic Colors of #C392AF
Black with #C392AF
Text Example
Text Example
White with #C392AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392AF; }
p { color: rgb(195,146,175); }
H1.HeaderClassName
{
color: #C392AF;
}
.AnyTagClassName
{
color: #C392AF;
}
</style>
background-color css
<style>
a { background-color: #C392AF; }
a { background-color: rgb(195,146,175); }
div.DivClassName
{
background-color: #C392AF;
}
.BgClassName
{
background-color: #C392AF;
}
</style>
border-color css
<style>
span { border-color: #C392AF; }
span { border-color: rgb(195,146,175); }
td.TdClassName
{
border-color: #C392AF;
}
.TagClassName
{
border-color: #C392AF;
}
</style>