Shades of Lily #C386A8
Tints of Lily #C386A8
RGB
CMYK
RGB Variations
Color information
#C386A8 (or 0xC386A8) is known color: Lily. HEX triplet: C3, 86 and A8. RGB value is (195,134,168). Sum of RGB (Red+Green+Blue) = 195+134+168=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C386A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386A8 is #3C7957. Grayscale: #9C9C9C. Windows color (decimal): -3963224 or 11044547. OLE color: 11044547.
HSL color Cylindrical-coordinate representation of color #C386A8: hue angle of 326.56º 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 #C386A8 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 168 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.24 |
| HSL | 326.56º | 0.34% | 0.65% | - |
| HSV(B) | 326.56º | 0.31% | 0.76% | - |
| XYZ | 38.1 | 31.48 | 41.11 | - |
| YUV | 156.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 168 | 0 | 0.31 | 0.14 | 0.24 | 326.56 | 0.34 | 0.65 |
| Hex | C3 | 86 | A8 | 0 | 1F | E | 18 | 147 | 22 | 41 |
| Octal | 303 | 206 | 250 | 0 | 37 | 16 | 30 | 507 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10101000 | 0 | 11111 | 1110 | 11000 | 101000111 | 100010 | 1000001 |
Color Harmonies of #C386A8
Complementary color
Monochromatic Colors of #C386A8
Black with #C386A8
Text Example
Text Example
White with #C386A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386A8; }
p { color: rgb(195,134,168); }
H1.HeaderClassName
{
color: #C386A8;
}
.AnyTagClassName
{
color: #C386A8;
}
</style>
background-color css
<style>
a { background-color: #C386A8; }
a { background-color: rgb(195,134,168); }
div.DivClassName
{
background-color: #C386A8;
}
.BgClassName
{
background-color: #C386A8;
}
</style>
border-color css
<style>
span { border-color: #C386A8; }
span { border-color: rgb(195,134,168); }
td.TdClassName
{
border-color: #C386A8;
}
.TagClassName
{
border-color: #C386A8;
}
</style>