Shades of Lily #C486B0
Tints of Lily #C486B0
RGB
CMYK
RGB Variations
Color information
#C486B0 (or 0xC486B0) is known color: Lily. HEX triplet: C4, 86 and B0. RGB value is (196,134,176). Sum of RGB (Red+Green+Blue) = 196+134+176=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C486B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C486B0 is #3B794F. Grayscale: #9D9D9D. Windows color (decimal): -3897680 or 11568836. OLE color: 11568836.
HSL color Cylindrical-coordinate representation of color #C486B0: hue angle of 319.35º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C486B0 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 176 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.23 |
| HSL | 319.35º | 0.34% | 0.65% | - |
| HSV(B) | 319.35º | 0.32% | 0.77% | - |
| XYZ | 39.13 | 31.92 | 45.17 | - |
| YUV | 157.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 176 | 0 | 0.32 | 0.10 | 0.23 | 319.35 | 0.34 | 0.65 |
| Hex | C4 | 86 | B0 | 0 | 20 | A | 17 | 13F | 22 | 41 |
| Octal | 304 | 206 | 260 | 0 | 40 | 12 | 27 | 477 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10110000 | 0 | 100000 | 1010 | 10111 | 100111111 | 100010 | 1000001 |
Color Harmonies of #C486B0
Complementary color
Monochromatic Colors of #C486B0
Black with #C486B0
Text Example
Text Example
White with #C486B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486B0; }
p { color: rgb(196,134,176); }
H1.HeaderClassName
{
color: #C486B0;
}
.AnyTagClassName
{
color: #C486B0;
}
</style>
background-color css
<style>
a { background-color: #C486B0; }
a { background-color: rgb(196,134,176); }
div.DivClassName
{
background-color: #C486B0;
}
.BgClassName
{
background-color: #C486B0;
}
</style>
border-color css
<style>
span { border-color: #C486B0; }
span { border-color: rgb(196,134,176); }
td.TdClassName
{
border-color: #C486B0;
}
.TagClassName
{
border-color: #C486B0;
}
</style>