Shades of Lily #C484B0
Tints of Lily #C484B0
RGB
CMYK
RGB Variations
Color information
#C484B0 (or 0xC484B0) is known color: Lily. HEX triplet: C4, 84 and B0. RGB value is (196,132,176). Sum of RGB (Red+Green+Blue) = 196+132+176=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C484B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C484B0 is #3B7B4F. Grayscale: #9C9C9C. Windows color (decimal): -3898192 or 11568324. OLE color: 11568324.
HSL color Cylindrical-coordinate representation of color #C484B0: hue angle of 318.75º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C484B0 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 176 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.23 |
| HSL | 318.75º | 0.35% | 0.64% | - |
| HSV(B) | 318.75º | 0.33% | 0.77% | - |
| XYZ | 38.85 | 31.37 | 45.08 | - |
| YUV | 156.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 176 | 0 | 0.33 | 0.10 | 0.23 | 318.75 | 0.35 | 0.64 |
| Hex | C4 | 84 | B0 | 0 | 21 | A | 17 | 13F | 23 | 40 |
| Octal | 304 | 204 | 260 | 0 | 41 | 12 | 27 | 477 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10110000 | 0 | 100001 | 1010 | 10111 | 100111111 | 100011 | 1000000 |
Color Harmonies of #C484B0
Complementary color
Monochromatic Colors of #C484B0
Black with #C484B0
Text Example
Text Example
White with #C484B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484B0; }
p { color: rgb(196,132,176); }
H1.HeaderClassName
{
color: #C484B0;
}
.AnyTagClassName
{
color: #C484B0;
}
</style>
background-color css
<style>
a { background-color: #C484B0; }
a { background-color: rgb(196,132,176); }
div.DivClassName
{
background-color: #C484B0;
}
.BgClassName
{
background-color: #C484B0;
}
</style>
border-color css
<style>
span { border-color: #C484B0; }
span { border-color: rgb(196,132,176); }
td.TdClassName
{
border-color: #C484B0;
}
.TagClassName
{
border-color: #C484B0;
}
</style>