#C499B5

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

Shades of Lily #C499B5

Tints of Lily #C499B5

Color information

#C499B5 (or 0xC499B5) is unknown color: approx Lily. HEX triplet: C4, 99 and B5. RGB value is (196,153,181). Sum of RGB (Red+Green+Blue) = 196+153+181=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C499B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499B5 is #3B664A. Grayscale: #A8A8A8. Windows color (decimal): -3892811 or 11901380. OLE color: 11901380.

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

Color convert

RGB196153181-
CMYK00.220.080.23
HSL320.93º26.71%68.43%-
HSV(B)320.93º21.94%76.86%-
XYZ42.537.8548.78-
YUV169.05134.75147.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=36.98%
G=28.87%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615318100.220.080.23320.9326.7168.43
HexC499B50168171411b44
Octal304231265026102750133104
Binary110001001001100110110101010110100010111101000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C499B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C499B5; }

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

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

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

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

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

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

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

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