#C494B5

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

Shades of Lily #C494B5

Tints of Lily #C494B5

Color information

#C494B5 (or 0xC494B5) is unknown color: approx Lily. HEX triplet: C4, 94 and B5. RGB value is (196,148,181). Sum of RGB (Red+Green+Blue) = 196+148+181=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C494B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494B5 is #3B6B4A. Grayscale: #A6A6A6. Windows color (decimal): -3894091 or 11900100. OLE color: 11900100.

HSL color Cylindrical-coordinate representation of color #C494B5: hue angle of 318.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C494B5 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB196148181-
CMYK00.240.080.23
HSL318.75º28.92%67.45%-
HSV(B)318.75º24.49%76.86%-
XYZ41.736.2548.52-
YUV166.11136.4149.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=37.33%
G=28.19%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614818100.240.080.23318.7528.9267.45
HexC494B501881713f1d43
Octal304224265030102747735103
Binary110001001001010010110101011000100010111100111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494B5; }

 p { color: rgb(196,148,181); }

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

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

 a { background-color: rgb(196,148,181); }

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

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

 span { border-color: rgb(196,148,181); }

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