Shades of Lily #C281AB
Tints of Lily #C281AB
RGB
CMYK
RGB Variations
Color information
#C281AB (or 0xC281AB) is known color: Lily. HEX triplet: C2, 81 and AB. RGB value is (194,129,171). Sum of RGB (Red+Green+Blue) = 194+129+171=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C281AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C281AB is #3D7E54. Grayscale: #999999. Windows color (decimal): -4030037 or 11239874. OLE color: 11239874.
HSL color Cylindrical-coordinate representation of color #C281AB: hue angle of 321.23º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C281AB is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 171 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.24 |
| HSL | 321.23º | 0.35% | 0.63% | - |
| HSV(B) | 321.23º | 0.34% | 0.76% | - |
| XYZ | 37.45 | 30.11 | 42.37 | - |
| YUV | 153.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 171 | 0 | 0.34 | 0.12 | 0.24 | 321.23 | 0.35 | 0.63 |
| Hex | C2 | 81 | AB | 0 | 22 | C | 18 | 141 | 23 | 3F |
| Octal | 302 | 201 | 253 | 0 | 42 | 14 | 30 | 501 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10101011 | 0 | 100010 | 1100 | 11000 | 101000001 | 100011 | 111111 |
Color Harmonies of #C281AB
Complementary color
Monochromatic Colors of #C281AB
Black with #C281AB
Text Example
Text Example
White with #C281AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281AB; }
p { color: rgb(194,129,171); }
H1.HeaderClassName
{
color: #C281AB;
}
.AnyTagClassName
{
color: #C281AB;
}
</style>
background-color css
<style>
a { background-color: #C281AB; }
a { background-color: rgb(194,129,171); }
div.DivClassName
{
background-color: #C281AB;
}
.BgClassName
{
background-color: #C281AB;
}
</style>
border-color css
<style>
span { border-color: #C281AB; }
span { border-color: rgb(194,129,171); }
td.TdClassName
{
border-color: #C281AB;
}
.TagClassName
{
border-color: #C281AB;
}
</style>