Shades of Lily #C383AB
Tints of Lily #C383AB
RGB
CMYK
RGB Variations
Color information
#C383AB (or 0xC383AB) is known color: Lily. HEX triplet: C3, 83 and AB. RGB value is (195,131,171). Sum of RGB (Red+Green+Blue) = 195+131+171=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C383AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C383AB is #3C7C54. Grayscale: #9A9A9A. Windows color (decimal): -3963989 or 11240387. OLE color: 11240387.
HSL color Cylindrical-coordinate representation of color #C383AB: hue angle of 322.5º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C383AB is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 171 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.24 |
| HSL | 322.5º | 0.35% | 0.64% | - |
| HSV(B) | 322.5º | 0.33% | 0.76% | - |
| XYZ | 37.97 | 30.77 | 42.47 | - |
| YUV | 154.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 171 | 0 | 0.33 | 0.12 | 0.24 | 322.5 | 0.35 | 0.64 |
| Hex | C3 | 83 | AB | 0 | 21 | C | 18 | 142 | 23 | 40 |
| Octal | 303 | 203 | 253 | 0 | 41 | 14 | 30 | 502 | 43 | 100 |
| Binary | 11000011 | 10000011 | 10101011 | 0 | 100001 | 1100 | 11000 | 101000010 | 100011 | 1000000 |
Color Harmonies of #C383AB
Complementary color
Monochromatic Colors of #C383AB
Black with #C383AB
Text Example
Text Example
White with #C383AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383AB; }
p { color: rgb(195,131,171); }
H1.HeaderClassName
{
color: #C383AB;
}
.AnyTagClassName
{
color: #C383AB;
}
</style>
background-color css
<style>
a { background-color: #C383AB; }
a { background-color: rgb(195,131,171); }
div.DivClassName
{
background-color: #C383AB;
}
.BgClassName
{
background-color: #C383AB;
}
</style>
border-color css
<style>
span { border-color: #C383AB; }
span { border-color: rgb(195,131,171); }
td.TdClassName
{
border-color: #C383AB;
}
.TagClassName
{
border-color: #C383AB;
}
</style>