Shades of Lily #C49CB8
Tints of Lily #C49CB8
RGB
CMYK
RGB Variations
Color information
#C49CB8 (or 0xC49CB8) is known color: Lily. HEX triplet: C4, 9C and B8. RGB value is (196,156,184). Sum of RGB (Red+Green+Blue) = 196+156+184=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CB8 is #3B6347. Grayscale: #ABABAB. Windows color (decimal): -3892040 or 12098756. OLE color: 12098756.
HSL color Cylindrical-coordinate representation of color #C49CB8: hue angle of 318º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49CB8 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 184 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.23 |
| HSL | 318º | 0.25% | 0.69% | - |
| HSV(B) | 318º | 0.2% | 0.77% | - |
| XYZ | 43.31 | 38.97 | 50.59 | - |
| YUV | 171.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 184 | 0 | 0.20 | 0.06 | 0.23 | 318 | 0.25 | 0.69 |
| Hex | C4 | 9C | B8 | 0 | 14 | 6 | 17 | 13E | 19 | 45 |
| Octal | 304 | 234 | 270 | 0 | 24 | 6 | 27 | 476 | 31 | 105 |
| Binary | 11000100 | 10011100 | 10111000 | 0 | 10100 | 110 | 10111 | 100111110 | 11001 | 1000101 |
Color Harmonies of #C49CB8
Complementary color
Monochromatic Colors of #C49CB8
Black with #C49CB8
Text Example
Text Example
White with #C49CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CB8; }
p { color: rgb(196,156,184); }
H1.HeaderClassName
{
color: #C49CB8;
}
.AnyTagClassName
{
color: #C49CB8;
}
</style>
background-color css
<style>
a { background-color: #C49CB8; }
a { background-color: rgb(196,156,184); }
div.DivClassName
{
background-color: #C49CB8;
}
.BgClassName
{
background-color: #C49CB8;
}
</style>
border-color css
<style>
span { border-color: #C49CB8; }
span { border-color: rgb(196,156,184); }
td.TdClassName
{
border-color: #C49CB8;
}
.TagClassName
{
border-color: #C49CB8;
}
</style>