#C291B8

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

Shades of Lily #C291B8

Tints of Lily #C291B8

Color information

#C291B8 (or 0xC291B8) is unknown color: approx Lily. HEX triplet: C2, 91 and B8. RGB value is (194,145,184). Sum of RGB (Red+Green+Blue) = 194+145+184=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C291B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291B8 is #3D6E47. Grayscale: #A3A3A3. Windows color (decimal): -4025928 or 12095938. OLE color: 12095938.

HSL color Cylindrical-coordinate representation of color #C291B8: hue angle of 312.24º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C291B8 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194145184-
CMYK00.250.050.24
HSL312.24º28.65%66.47%-
HSV(B)312.24º25.26%76.08%-
XYZ41.0335.1849.98-
YUV164.1139.23149.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=37.09%
G=27.72%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414518400.250.050.24312.2428.6566.47
HexC291B80195181381d42
Octal30222127003153047035102
Binary11000010100100011011100001100110111000100111000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291B8; }

 p { color: rgb(194,145,184); }

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

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

 a { background-color: rgb(194,145,184); }

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

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

 span { border-color: rgb(194,145,184); }

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