Shades of Lily #C886AF
Tints of Lily #C886AF
RGB
CMYK
RGB Variations
Color information
#C886AF (or 0xC886AF) is known color: Lily. HEX triplet: C8, 86 and AF. RGB value is (200,134,175). Sum of RGB (Red+Green+Blue) = 200+134+175=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C886AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C886AF is #377950. Grayscale: #9E9E9E. Windows color (decimal): -3635537 or 11503304. OLE color: 11503304.
HSL color Cylindrical-coordinate representation of color #C886AF: hue angle of 322.73º 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 #C886AF is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 175 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.22 |
| HSL | 322.73º | 0.38% | 0.65% | - |
| HSV(B) | 322.73º | 0.33% | 0.78% | - |
| XYZ | 40.08 | 32.42 | 44.7 | - |
| YUV | 158.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 175 | 0 | 0.33 | 0.12 | 0.22 | 322.73 | 0.38 | 0.65 |
| Hex | C8 | 86 | AF | 0 | 21 | C | 16 | 143 | 26 | 41 |
| Octal | 310 | 206 | 257 | 0 | 41 | 14 | 26 | 503 | 46 | 101 |
| Binary | 11001000 | 10000110 | 10101111 | 0 | 100001 | 1100 | 10110 | 101000011 | 100110 | 1000001 |
Color Harmonies of #C886AF
Complementary color
Monochromatic Colors of #C886AF
Black with #C886AF
Text Example
Text Example
White with #C886AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886AF; }
p { color: rgb(200,134,175); }
H1.HeaderClassName
{
color: #C886AF;
}
.AnyTagClassName
{
color: #C886AF;
}
</style>
background-color css
<style>
a { background-color: #C886AF; }
a { background-color: rgb(200,134,175); }
div.DivClassName
{
background-color: #C886AF;
}
.BgClassName
{
background-color: #C886AF;
}
</style>
border-color css
<style>
span { border-color: #C886AF; }
span { border-color: rgb(200,134,175); }
td.TdClassName
{
border-color: #C886AF;
}
.TagClassName
{
border-color: #C886AF;
}
</style>