Shades of Lily #C886AD
Tints of Lily #C886AD
RGB
CMYK
RGB Variations
Color information
#C886AD (or 0xC886AD) is known color: Lily. HEX triplet: C8, 86 and AD. RGB value is (200,134,173). Sum of RGB (Red+Green+Blue) = 200+134+173=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C886AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C886AD is #377952. Grayscale: #9E9E9E. Windows color (decimal): -3635539 or 11372232. OLE color: 11372232.
HSL color Cylindrical-coordinate representation of color #C886AD: hue angle of 324.55º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C886AD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 173 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.22 |
| HSL | 324.55º | 0.38% | 0.65% | - |
| HSV(B) | 324.55º | 0.33% | 0.78% | - |
| XYZ | 39.89 | 32.35 | 43.68 | - |
| YUV | 158.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 173 | 0 | 0.33 | 0.14 | 0.22 | 324.55 | 0.38 | 0.65 |
| Hex | C8 | 86 | AD | 0 | 21 | E | 16 | 145 | 26 | 41 |
| Octal | 310 | 206 | 255 | 0 | 41 | 16 | 26 | 505 | 46 | 101 |
| Binary | 11001000 | 10000110 | 10101101 | 0 | 100001 | 1110 | 10110 | 101000101 | 100110 | 1000001 |
Color Harmonies of #C886AD
Complementary color
Monochromatic Colors of #C886AD
Black with #C886AD
Text Example
Text Example
White with #C886AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886AD; }
p { color: rgb(200,134,173); }
H1.HeaderClassName
{
color: #C886AD;
}
.AnyTagClassName
{
color: #C886AD;
}
</style>
background-color css
<style>
a { background-color: #C886AD; }
a { background-color: rgb(200,134,173); }
div.DivClassName
{
background-color: #C886AD;
}
.BgClassName
{
background-color: #C886AD;
}
</style>
border-color css
<style>
span { border-color: #C886AD; }
span { border-color: rgb(200,134,173); }
td.TdClassName
{
border-color: #C886AD;
}
.TagClassName
{
border-color: #C886AD;
}
</style>