Shades of Lily #C782AB
Tints of Lily #C782AB
RGB
CMYK
RGB Variations
Color information
#C782AB (or 0xC782AB) is known color: Lily. HEX triplet: C7, 82 and AB. RGB value is (199,130,171). Sum of RGB (Red+Green+Blue) = 199+130+171=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C782AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C782AB is #387D54. Grayscale: #9B9B9B. Windows color (decimal): -3702101 or 11240135. OLE color: 11240135.
HSL color Cylindrical-coordinate representation of color #C782AB: hue angle of 324.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782AB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 171 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.22 |
| HSL | 324.35º | 0.38% | 0.65% | - |
| HSV(B) | 324.35º | 0.35% | 0.78% | - |
| XYZ | 38.89 | 31.05 | 42.47 | - |
| YUV | 155.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 171 | 0 | 0.35 | 0.14 | 0.22 | 324.35 | 0.38 | 0.65 |
| Hex | C7 | 82 | AB | 0 | 23 | E | 16 | 144 | 26 | 41 |
| Octal | 307 | 202 | 253 | 0 | 43 | 16 | 26 | 504 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10101011 | 0 | 100011 | 1110 | 10110 | 101000100 | 100110 | 1000001 |
Color Harmonies of #C782AB
Complementary color
Monochromatic Colors of #C782AB
Black with #C782AB
Text Example
Text Example
White with #C782AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C782AB; }
p { color: rgb(199,130,171); }
H1.HeaderClassName
{
color: #C782AB;
}
.AnyTagClassName
{
color: #C782AB;
}
</style>
background-color css
<style>
a { background-color: #C782AB; }
a { background-color: rgb(199,130,171); }
div.DivClassName
{
background-color: #C782AB;
}
.BgClassName
{
background-color: #C782AB;
}
</style>
border-color css
<style>
span { border-color: #C782AB; }
span { border-color: rgb(199,130,171); }
td.TdClassName
{
border-color: #C782AB;
}
.TagClassName
{
border-color: #C782AB;
}
</style>