Shades of Lily #C386AA
Tints of Lily #C386AA
RGB
CMYK
RGB Variations
Color information
#C386AA (or 0xC386AA) is known color: Lily. HEX triplet: C3, 86 and AA. RGB value is (195,134,170). Sum of RGB (Red+Green+Blue) = 195+134+170=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C386AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386AA is #3C7955. Grayscale: #9C9C9C. Windows color (decimal): -3963222 or 11175619. OLE color: 11175619.
HSL color Cylindrical-coordinate representation of color #C386AA: hue angle of 324.59º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386AA is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 170 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.24 |
| HSL | 324.59º | 0.34% | 0.65% | - |
| HSV(B) | 324.59º | 0.31% | 0.76% | - |
| XYZ | 38.29 | 31.55 | 42.1 | - |
| YUV | 156.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 170 | 0 | 0.31 | 0.13 | 0.24 | 324.59 | 0.34 | 0.65 |
| Hex | C3 | 86 | AA | 0 | 1F | D | 18 | 145 | 22 | 41 |
| Octal | 303 | 206 | 252 | 0 | 37 | 15 | 30 | 505 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10101010 | 0 | 11111 | 1101 | 11000 | 101000101 | 100010 | 1000001 |
Color Harmonies of #C386AA
Complementary color
Monochromatic Colors of #C386AA
Black with #C386AA
Text Example
Text Example
White with #C386AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386AA; }
p { color: rgb(195,134,170); }
H1.HeaderClassName
{
color: #C386AA;
}
.AnyTagClassName
{
color: #C386AA;
}
</style>
background-color css
<style>
a { background-color: #C386AA; }
a { background-color: rgb(195,134,170); }
div.DivClassName
{
background-color: #C386AA;
}
.BgClassName
{
background-color: #C386AA;
}
</style>
border-color css
<style>
span { border-color: #C386AA; }
span { border-color: rgb(195,134,170); }
td.TdClassName
{
border-color: #C386AA;
}
.TagClassName
{
border-color: #C386AA;
}
</style>