Shades of Lily #C28CB6
Tints of Lily #C28CB6
RGB
CMYK
RGB Variations
Color information
#C28CB6 (or 0xC28CB6) is known color: Lily. HEX triplet: C2, 8C and B6. RGB value is (194,140,182). Sum of RGB (Red+Green+Blue) = 194+140+182=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CB6 is #3D7349. Grayscale: #A0A0A0. Windows color (decimal): -4027210 or 11963586. OLE color: 11963586.
HSL color Cylindrical-coordinate representation of color #C28CB6: hue angle of 313.33º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28CB6 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 182 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.24 |
| HSL | 313.33º | 0.31% | 0.65% | - |
| HSV(B) | 313.33º | 0.28% | 0.76% | - |
| XYZ | 40.07 | 33.6 | 48.63 | - |
| YUV | 160.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 182 | 0 | 0.28 | 0.06 | 0.24 | 313.33 | 0.31 | 0.65 |
| Hex | C2 | 8C | B6 | 0 | 1C | 6 | 18 | 139 | 1F | 41 |
| Octal | 302 | 214 | 266 | 0 | 34 | 6 | 30 | 471 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10110110 | 0 | 11100 | 110 | 11000 | 100111001 | 11111 | 1000001 |
Color Harmonies of #C28CB6
Complementary color
Monochromatic Colors of #C28CB6
Black with #C28CB6
Text Example
Text Example
White with #C28CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CB6; }
p { color: rgb(194,140,182); }
H1.HeaderClassName
{
color: #C28CB6;
}
.AnyTagClassName
{
color: #C28CB6;
}
</style>
background-color css
<style>
a { background-color: #C28CB6; }
a { background-color: rgb(194,140,182); }
div.DivClassName
{
background-color: #C28CB6;
}
.BgClassName
{
background-color: #C28CB6;
}
</style>
border-color css
<style>
span { border-color: #C28CB6; }
span { border-color: rgb(194,140,182); }
td.TdClassName
{
border-color: #C28CB6;
}
.TagClassName
{
border-color: #C28CB6;
}
</style>