Shades of Lily #C280AB
Tints of Lily #C280AB
RGB
CMYK
RGB Variations
Color information
#C280AB (or 0xC280AB) is known color: Lily. HEX triplet: C2, 80 and AB. RGB value is (194,128,171). Sum of RGB (Red+Green+Blue) = 194+128+171=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C280AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C280AB is #3D7F54. Grayscale: #989898. Windows color (decimal): -4030293 or 11239618. OLE color: 11239618.
HSL color Cylindrical-coordinate representation of color #C280AB: hue angle of 320.91º 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 #C280AB is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 171 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.24 |
| HSL | 320.91º | 0.35% | 0.63% | - |
| HSV(B) | 320.91º | 0.34% | 0.76% | - |
| XYZ | 37.32 | 29.85 | 42.32 | - |
| YUV | 152.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 171 | 0 | 0.34 | 0.12 | 0.24 | 320.91 | 0.35 | 0.63 |
| Hex | C2 | 80 | AB | 0 | 22 | C | 18 | 141 | 23 | 3F |
| Octal | 302 | 200 | 253 | 0 | 42 | 14 | 30 | 501 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10101011 | 0 | 100010 | 1100 | 11000 | 101000001 | 100011 | 111111 |
Color Harmonies of #C280AB
Complementary color
Monochromatic Colors of #C280AB
Black with #C280AB
Text Example
Text Example
White with #C280AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280AB; }
p { color: rgb(194,128,171); }
H1.HeaderClassName
{
color: #C280AB;
}
.AnyTagClassName
{
color: #C280AB;
}
</style>
background-color css
<style>
a { background-color: #C280AB; }
a { background-color: rgb(194,128,171); }
div.DivClassName
{
background-color: #C280AB;
}
.BgClassName
{
background-color: #C280AB;
}
</style>
border-color css
<style>
span { border-color: #C280AB; }
span { border-color: rgb(194,128,171); }
td.TdClassName
{
border-color: #C280AB;
}
.TagClassName
{
border-color: #C280AB;
}
</style>