Shades of Lily #C885AE
Tints of Lily #C885AE
RGB
CMYK
RGB Variations
Color information
#C885AE (or 0xC885AE) is known color: Lily. HEX triplet: C8, 85 and AE. RGB value is (200,133,174). Sum of RGB (Red+Green+Blue) = 200+133+174=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C885AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C885AE is #377A51. Grayscale: #9D9D9D. Windows color (decimal): -3635794 or 11437512. OLE color: 11437512.
HSL color Cylindrical-coordinate representation of color #C885AE: hue angle of 323.28º 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 #C885AE is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 174 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.22 |
| HSL | 323.28º | 0.38% | 0.65% | - |
| HSV(B) | 323.28º | 0.34% | 0.78% | - |
| XYZ | 39.85 | 32.11 | 44.14 | - |
| YUV | 157.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 174 | 0 | 0.34 | 0.13 | 0.22 | 323.28 | 0.38 | 0.65 |
| Hex | C8 | 85 | AE | 0 | 22 | D | 16 | 143 | 26 | 41 |
| Octal | 310 | 205 | 256 | 0 | 42 | 15 | 26 | 503 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10101110 | 0 | 100010 | 1101 | 10110 | 101000011 | 100110 | 1000001 |
Color Harmonies of #C885AE
Complementary color
Monochromatic Colors of #C885AE
Black with #C885AE
Text Example
Text Example
White with #C885AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885AE; }
p { color: rgb(200,133,174); }
H1.HeaderClassName
{
color: #C885AE;
}
.AnyTagClassName
{
color: #C885AE;
}
</style>
background-color css
<style>
a { background-color: #C885AE; }
a { background-color: rgb(200,133,174); }
div.DivClassName
{
background-color: #C885AE;
}
.BgClassName
{
background-color: #C885AE;
}
</style>
border-color css
<style>
span { border-color: #C885AE; }
span { border-color: rgb(200,133,174); }
td.TdClassName
{
border-color: #C885AE;
}
.TagClassName
{
border-color: #C885AE;
}
</style>