Shades of Lily #C388AB
Tints of Lily #C388AB
RGB
CMYK
RGB Variations
Color information
#C388AB (or 0xC388AB) is known color: Lily. HEX triplet: C3, 88 and AB. RGB value is (195,136,171). Sum of RGB (Red+Green+Blue) = 195+136+171=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C388AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388AB is #3C7754. Grayscale: #9D9D9D. Windows color (decimal): -3962709 or 11241667. OLE color: 11241667.
HSL color Cylindrical-coordinate representation of color #C388AB: hue angle of 324.41º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C388AB is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 171 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.24 |
| HSL | 324.41º | 0.33% | 0.65% | - |
| HSV(B) | 324.41º | 0.3% | 0.76% | - |
| XYZ | 38.66 | 32.15 | 42.7 | - |
| YUV | 157.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 171 | 0 | 0.30 | 0.12 | 0.24 | 324.41 | 0.33 | 0.65 |
| Hex | C3 | 88 | AB | 0 | 1E | C | 18 | 144 | 21 | 41 |
| Octal | 303 | 210 | 253 | 0 | 36 | 14 | 30 | 504 | 41 | 101 |
| Binary | 11000011 | 10001000 | 10101011 | 0 | 11110 | 1100 | 11000 | 101000100 | 100001 | 1000001 |
Color Harmonies of #C388AB
Complementary color
Monochromatic Colors of #C388AB
Black with #C388AB
Text Example
Text Example
White with #C388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388AB; }
p { color: rgb(195,136,171); }
H1.HeaderClassName
{
color: #C388AB;
}
.AnyTagClassName
{
color: #C388AB;
}
</style>
background-color css
<style>
a { background-color: #C388AB; }
a { background-color: rgb(195,136,171); }
div.DivClassName
{
background-color: #C388AB;
}
.BgClassName
{
background-color: #C388AB;
}
</style>
border-color css
<style>
span { border-color: #C388AB; }
span { border-color: rgb(195,136,171); }
td.TdClassName
{
border-color: #C388AB;
}
.TagClassName
{
border-color: #C388AB;
}
</style>