Shades of Lily #C78AAA
Tints of Lily #C78AAA
RGB
CMYK
RGB Variations
Color information
#C78AAA (or 0xC78AAA) is known color: Lily. HEX triplet: C7, 8A and AA. RGB value is (199,138,170). Sum of RGB (Red+Green+Blue) = 199+138+170=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C78AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78AAA is #387555. Grayscale: #9F9F9F. Windows color (decimal): -3700054 or 11176647. OLE color: 11176647.
HSL color Cylindrical-coordinate representation of color #C78AAA: hue angle of 328.52º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78AAA is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 170 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.22 |
| HSL | 328.52º | 0.35% | 0.66% | - |
| HSV(B) | 328.52º | 0.31% | 0.78% | - |
| XYZ | 39.9 | 33.22 | 42.34 | - |
| YUV | 159.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 170 | 0 | 0.31 | 0.15 | 0.22 | 328.52 | 0.35 | 0.66 |
| Hex | C7 | 8A | AA | 0 | 1F | F | 16 | 149 | 23 | 42 |
| Octal | 307 | 212 | 252 | 0 | 37 | 17 | 26 | 511 | 43 | 102 |
| Binary | 11000111 | 10001010 | 10101010 | 0 | 11111 | 1111 | 10110 | 101001001 | 100011 | 1000010 |
Color Harmonies of #C78AAA
Complementary color
Monochromatic Colors of #C78AAA
Black with #C78AAA
Text Example
Text Example
White with #C78AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78AAA; }
p { color: rgb(199,138,170); }
H1.HeaderClassName
{
color: #C78AAA;
}
.AnyTagClassName
{
color: #C78AAA;
}
</style>
background-color css
<style>
a { background-color: #C78AAA; }
a { background-color: rgb(199,138,170); }
div.DivClassName
{
background-color: #C78AAA;
}
.BgClassName
{
background-color: #C78AAA;
}
</style>
border-color css
<style>
span { border-color: #C78AAA; }
span { border-color: rgb(199,138,170); }
td.TdClassName
{
border-color: #C78AAA;
}
.TagClassName
{
border-color: #C78AAA;
}
</style>