Shades of Lily #C28AB0
Tints of Lily #C28AB0
RGB
CMYK
RGB Variations
Color information
#C28AB0 (or 0xC28AB0) is known color: Lily. HEX triplet: C2, 8A and B0. RGB value is (194,138,176). Sum of RGB (Red+Green+Blue) = 194+138+176=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28AB0 is #3D754F. Grayscale: #9E9E9E. Windows color (decimal): -4027728 or 11569858. OLE color: 11569858.
HSL color Cylindrical-coordinate representation of color #C28AB0: hue angle of 319.29º 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 #C28AB0 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 176 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.24 |
| HSL | 319.29º | 0.31% | 0.65% | - |
| HSV(B) | 319.29º | 0.29% | 0.76% | - |
| XYZ | 39.17 | 32.78 | 45.34 | - |
| YUV | 159.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 176 | 0 | 0.29 | 0.09 | 0.24 | 319.29 | 0.31 | 0.65 |
| Hex | C2 | 8A | B0 | 0 | 1D | 9 | 18 | 13F | 1F | 41 |
| Octal | 302 | 212 | 260 | 0 | 35 | 11 | 30 | 477 | 37 | 101 |
| Binary | 11000010 | 10001010 | 10110000 | 0 | 11101 | 1001 | 11000 | 100111111 | 11111 | 1000001 |
Color Harmonies of #C28AB0
Complementary color
Monochromatic Colors of #C28AB0
Black with #C28AB0
Text Example
Text Example
White with #C28AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AB0; }
p { color: rgb(194,138,176); }
H1.HeaderClassName
{
color: #C28AB0;
}
.AnyTagClassName
{
color: #C28AB0;
}
</style>
background-color css
<style>
a { background-color: #C28AB0; }
a { background-color: rgb(194,138,176); }
div.DivClassName
{
background-color: #C28AB0;
}
.BgClassName
{
background-color: #C28AB0;
}
</style>
border-color css
<style>
span { border-color: #C28AB0; }
span { border-color: rgb(194,138,176); }
td.TdClassName
{
border-color: #C28AB0;
}
.TagClassName
{
border-color: #C28AB0;
}
</style>