#C491B1

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

Shades of Lily #C491B1

Tints of Lily #C491B1

Color information

#C491B1 (or 0xC491B1) is unknown color: approx Lily. HEX triplet: C4, 91 and B1. RGB value is (196,145,177). Sum of RGB (Red+Green+Blue) = 196+145+177=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C491B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C491B1 is #3B6E4E. Grayscale: #A3A3A3. Windows color (decimal): -3894863 or 11637188. OLE color: 11637188.

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

Color convert

RGB196145177-
CMYK00.260.100.23
HSL322.35º30.18%66.86%-
HSV(B)322.35º26.02%76.86%-
XYZ40.8335.1646.23-
YUV163.9135.4150.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=37.84%
G=27.99%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614517700.260.100.23322.3530.1866.86
HexC491B101AA171421e43
Octal304221261032122750236103
Binary110001001001000110110001011010101010111101000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491B1; }

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

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

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

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

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

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

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

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