Shades of Lily #C28AAA
Tints of Lily #C28AAA
RGB
CMYK
RGB Variations
Color information
#C28AAA (or 0xC28AAA) is known color: Lily. HEX triplet: C2, 8A and AA. RGB value is (194,138,170). Sum of RGB (Red+Green+Blue) = 194+138+170=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28AAA is #3D7555. Grayscale: #9E9E9E. Windows color (decimal): -4027734 or 11176642. OLE color: 11176642.
HSL color Cylindrical-coordinate representation of color #C28AAA: hue angle of 325.71º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28AAA is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 170 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.24 |
| HSL | 325.71º | 0.31% | 0.65% | - |
| HSV(B) | 325.71º | 0.29% | 0.76% | - |
| XYZ | 38.59 | 32.55 | 42.28 | - |
| YUV | 158.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 170 | 0 | 0.29 | 0.12 | 0.24 | 325.71 | 0.31 | 0.65 |
| Hex | C2 | 8A | AA | 0 | 1D | C | 18 | 146 | 1F | 41 |
| Octal | 302 | 212 | 252 | 0 | 35 | 14 | 30 | 506 | 37 | 101 |
| Binary | 11000010 | 10001010 | 10101010 | 0 | 11101 | 1100 | 11000 | 101000110 | 11111 | 1000001 |
Color Harmonies of #C28AAA
Complementary color
Monochromatic Colors of #C28AAA
Black with #C28AAA
Text Example
Text Example
White with #C28AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AAA; }
p { color: rgb(194,138,170); }
H1.HeaderClassName
{
color: #C28AAA;
}
.AnyTagClassName
{
color: #C28AAA;
}
</style>
background-color css
<style>
a { background-color: #C28AAA; }
a { background-color: rgb(194,138,170); }
div.DivClassName
{
background-color: #C28AAA;
}
.BgClassName
{
background-color: #C28AAA;
}
</style>
border-color css
<style>
span { border-color: #C28AAA; }
span { border-color: rgb(194,138,170); }
td.TdClassName
{
border-color: #C28AAA;
}
.TagClassName
{
border-color: #C28AAA;
}
</style>