Shades of Lily #C481AB
Tints of Lily #C481AB
RGB
CMYK
RGB Variations
Color information
#C481AB (or 0xC481AB) is known color: Lily. HEX triplet: C4, 81 and AB. RGB value is (196,129,171). Sum of RGB (Red+Green+Blue) = 196+129+171=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C481AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481AB is #3B7E54. Grayscale: #999999. Windows color (decimal): -3898965 or 11239876. OLE color: 11239876.
HSL color Cylindrical-coordinate representation of color #C481AB: hue angle of 322.39º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481AB is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 171 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.23 |
| HSL | 322.39º | 0.36% | 0.64% | - |
| HSV(B) | 322.39º | 0.34% | 0.77% | - |
| XYZ | 37.97 | 30.38 | 42.39 | - |
| YUV | 153.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 171 | 0 | 0.34 | 0.13 | 0.23 | 322.39 | 0.36 | 0.64 |
| Hex | C4 | 81 | AB | 0 | 22 | D | 17 | 142 | 24 | 40 |
| Octal | 304 | 201 | 253 | 0 | 42 | 15 | 27 | 502 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10101011 | 0 | 100010 | 1101 | 10111 | 101000010 | 100100 | 1000000 |
Color Harmonies of #C481AB
Complementary color
Monochromatic Colors of #C481AB
Black with #C481AB
Text Example
Text Example
White with #C481AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481AB; }
p { color: rgb(196,129,171); }
H1.HeaderClassName
{
color: #C481AB;
}
.AnyTagClassName
{
color: #C481AB;
}
</style>
background-color css
<style>
a { background-color: #C481AB; }
a { background-color: rgb(196,129,171); }
div.DivClassName
{
background-color: #C481AB;
}
.BgClassName
{
background-color: #C481AB;
}
</style>
border-color css
<style>
span { border-color: #C481AB; }
span { border-color: rgb(196,129,171); }
td.TdClassName
{
border-color: #C481AB;
}
.TagClassName
{
border-color: #C481AB;
}
</style>