Shades of Lily #C287AA
Tints of Lily #C287AA
RGB
CMYK
RGB Variations
Color information
#C287AA (or 0xC287AA) is known color: Lily. HEX triplet: C2, 87 and AA. RGB value is (194,135,170). Sum of RGB (Red+Green+Blue) = 194+135+170=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C287AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C287AA is #3D7855. Grayscale: #9C9C9C. Windows color (decimal): -4028502 or 11175874. OLE color: 11175874.
HSL color Cylindrical-coordinate representation of color #C287AA: hue angle of 324.41º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287AA is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 170 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.24 |
| HSL | 324.41º | 0.33% | 0.65% | - |
| HSV(B) | 324.41º | 0.3% | 0.76% | - |
| XYZ | 38.17 | 31.7 | 42.14 | - |
| YUV | 156.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 170 | 0 | 0.30 | 0.12 | 0.24 | 324.41 | 0.33 | 0.65 |
| Hex | C2 | 87 | AA | 0 | 1E | C | 18 | 144 | 21 | 41 |
| Octal | 302 | 207 | 252 | 0 | 36 | 14 | 30 | 504 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10101010 | 0 | 11110 | 1100 | 11000 | 101000100 | 100001 | 1000001 |
Color Harmonies of #C287AA
Complementary color
Monochromatic Colors of #C287AA
Black with #C287AA
Text Example
Text Example
White with #C287AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287AA; }
p { color: rgb(194,135,170); }
H1.HeaderClassName
{
color: #C287AA;
}
.AnyTagClassName
{
color: #C287AA;
}
</style>
background-color css
<style>
a { background-color: #C287AA; }
a { background-color: rgb(194,135,170); }
div.DivClassName
{
background-color: #C287AA;
}
.BgClassName
{
background-color: #C287AA;
}
</style>
border-color css
<style>
span { border-color: #C287AA; }
span { border-color: rgb(194,135,170); }
td.TdClassName
{
border-color: #C287AA;
}
.TagClassName
{
border-color: #C287AA;
}
</style>