Shades of Lily #C28AAB
Tints of Lily #C28AAB
RGB
CMYK
RGB Variations
Color information
#C28AAB (or 0xC28AAB) is known color: Lily. HEX triplet: C2, 8A and AB. RGB value is (194,138,171). Sum of RGB (Red+Green+Blue) = 194+138+171=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28AAB is #3D7554. Grayscale: #9E9E9E. Windows color (decimal): -4027733 or 11242178. OLE color: 11242178.
HSL color Cylindrical-coordinate representation of color #C28AAB: hue angle of 324.64º 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 #C28AAB is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 171 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.24 |
| HSL | 324.64º | 0.31% | 0.65% | - |
| HSV(B) | 324.64º | 0.29% | 0.76% | - |
| XYZ | 38.69 | 32.59 | 42.78 | - |
| YUV | 158.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 171 | 0 | 0.29 | 0.12 | 0.24 | 324.64 | 0.31 | 0.65 |
| Hex | C2 | 8A | AB | 0 | 1D | C | 18 | 145 | 1F | 41 |
| Octal | 302 | 212 | 253 | 0 | 35 | 14 | 30 | 505 | 37 | 101 |
| Binary | 11000010 | 10001010 | 10101011 | 0 | 11101 | 1100 | 11000 | 101000101 | 11111 | 1000001 |
Color Harmonies of #C28AAB
Complementary color
Monochromatic Colors of #C28AAB
Black with #C28AAB
Text Example
Text Example
White with #C28AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AAB; }
p { color: rgb(194,138,171); }
H1.HeaderClassName
{
color: #C28AAB;
}
.AnyTagClassName
{
color: #C28AAB;
}
</style>
background-color css
<style>
a { background-color: #C28AAB; }
a { background-color: rgb(194,138,171); }
div.DivClassName
{
background-color: #C28AAB;
}
.BgClassName
{
background-color: #C28AAB;
}
</style>
border-color css
<style>
span { border-color: #C28AAB; }
span { border-color: rgb(194,138,171); }
td.TdClassName
{
border-color: #C28AAB;
}
.TagClassName
{
border-color: #C28AAB;
}
</style>