#C491B7

Color #C491B7 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C491B7

Tints of Lily #C491B7

Color information

#C491B7 (or 0xC491B7) is unknown color: approx Lily. HEX triplet: C4, 91 and B7. RGB value is (196,145,183). Sum of RGB (Red+Green+Blue) = 196+145+183=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C491B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491B7 is #3B6E48. Grayscale: #A4A4A4. Windows color (decimal): -3894857 or 12030404. OLE color: 12030404.

HSL color Cylindrical-coordinate representation of color #C491B7: hue angle of 315.29º 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 #C491B7 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB196145183-
CMYK00.260.070.23
HSL315.29º30.18%66.86%-
HSV(B)315.29º26.02%76.86%-
XYZ41.4435.4149.45-
YUV164.58138.4150.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=37.40%
G=27.67%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614518300.260.070.23315.2930.1866.86
HexC491B701A71713b1e43
Octal30422126703272747336103
Binary11000100100100011011011101101011110111100111011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491B7; }

 p { color: rgb(196,145,183); }

 H1.HeaderClassName
 {
   color: #C491B7;
 }
 .AnyTagClassName
 {
   color: #C491B7;
 }
</style>
background-color css

<style>
 a { background-color: #C491B7; }

 a { background-color: rgb(196,145,183); }

 div.DivClassName
 {
   background-color: #C491B7;
 }
 .BgClassName
 {
   background-color: #C491B7;
 }
</style>
border-color css

<style>
 span { border-color: #C491B7; }

 span { border-color: rgb(196,145,183); }

 td.TdClassName
 {
   border-color: #C491B7;
 }
 .TagClassName
 {
   border-color: #C491B7;
 }
</style>