Shades of Lily #C491B5
Tints of Lily #C491B5
RGB
CMYK
RGB Variations
Color information
#C491B5 (or 0xC491B5) is known color: Lily. HEX triplet: C4, 91 and B5. RGB value is (196,145,181). Sum of RGB (Red+Green+Blue) = 196+145+181=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C491B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491B5 is #3B6E4A. Grayscale: #A4A4A4. Windows color (decimal): -3894859 or 11899332. OLE color: 11899332.
HSL color Cylindrical-coordinate representation of color #C491B5: hue angle of 317.65º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C491B5 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 145 | 181 | - |
CMYK | 0 | 0.26 | 0.08 | 0.23 |
HSL | 317.65º | 0.3% | 0.67% | - |
HSV(B) | 317.65º | 0.26% | 0.77% | - |
XYZ | 41.23 | 35.32 | 48.36 | - |
YUV | 164.35 | 137.4 | 150.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 145 | 181 | 0 | 0.26 | 0.08 | 0.23 | 317.65 | 0.3 | 0.67 |
Hex | C4 | 91 | B5 | 0 | 1A | 8 | 17 | 13E | 1E | 43 |
Octal | 304 | 221 | 265 | 0 | 32 | 10 | 27 | 476 | 36 | 103 |
Binary | 11000100 | 10010001 | 10110101 | 0 | 11010 | 1000 | 10111 | 100111110 | 11110 | 1000011 |
Color Harmonies of #C491B5
Complementary color
Monochromatic Colors of #C491B5
Black with #C491B5
Text Example
Text Example
White with #C491B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C491B5; }
p { color: rgb(196,145,181); }
H1.HeaderClassName
{
color: #C491B5;
}
.AnyTagClassName
{
color: #C491B5;
}
</style>
background-color css
<style>
a { background-color: #C491B5; }
a { background-color: rgb(196,145,181); }
div.DivClassName
{
background-color: #C491B5;
}
.BgClassName
{
background-color: #C491B5;
}
</style>
border-color css
<style>
span { border-color: #C491B5; }
span { border-color: rgb(196,145,181); }
td.TdClassName
{
border-color: #C491B5;
}
.TagClassName
{
border-color: #C491B5;
}
</style>