Shades of Lily #C78CAA
Tints of Lily #C78CAA
RGB
CMYK
RGB Variations
Color information
#C78CAA (or 0xC78CAA) is known color: Lily. HEX triplet: C7, 8C and AA. RGB value is (199,140,170). Sum of RGB (Red+Green+Blue) = 199+140+170=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C78CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78CAA is #387355. Grayscale: #A0A0A0. Windows color (decimal): -3699542 or 11177159. OLE color: 11177159.
HSL color Cylindrical-coordinate representation of color #C78CAA: hue angle of 329.49º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78CAA is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 170 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.22 |
| HSL | 329.49º | 0.35% | 0.66% | - |
| HSV(B) | 329.49º | 0.3% | 0.78% | - |
| XYZ | 40.19 | 33.8 | 42.44 | - |
| YUV | 161.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 170 | 0 | 0.30 | 0.15 | 0.22 | 329.49 | 0.35 | 0.66 |
| Hex | C7 | 8C | AA | 0 | 1E | F | 16 | 149 | 23 | 42 |
| Octal | 307 | 214 | 252 | 0 | 36 | 17 | 26 | 511 | 43 | 102 |
| Binary | 11000111 | 10001100 | 10101010 | 0 | 11110 | 1111 | 10110 | 101001001 | 100011 | 1000010 |
Color Harmonies of #C78CAA
Complementary color
Monochromatic Colors of #C78CAA
Black with #C78CAA
Text Example
Text Example
White with #C78CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CAA; }
p { color: rgb(199,140,170); }
H1.HeaderClassName
{
color: #C78CAA;
}
.AnyTagClassName
{
color: #C78CAA;
}
</style>
background-color css
<style>
a { background-color: #C78CAA; }
a { background-color: rgb(199,140,170); }
div.DivClassName
{
background-color: #C78CAA;
}
.BgClassName
{
background-color: #C78CAA;
}
</style>
border-color css
<style>
span { border-color: #C78CAA; }
span { border-color: rgb(199,140,170); }
td.TdClassName
{
border-color: #C78CAA;
}
.TagClassName
{
border-color: #C78CAA;
}
</style>