#C499B4

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

Shades of Lily #C499B4

Tints of Lily #C499B4

Color information

#C499B4 (or 0xC499B4) is unknown color: approx Lily. HEX triplet: C4, 99 and B4. RGB value is (196,153,180). Sum of RGB (Red+Green+Blue) = 196+153+180=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C499B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499B4 is #3B664B. Grayscale: #A8A8A8. Windows color (decimal): -3892812 or 11835844. OLE color: 11835844.

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

Color convert

RGB196153180-
CMYK00.220.080.23
HSL322.33º26.71%68.43%-
HSV(B)322.33º21.94%76.86%-
XYZ42.3937.8148.24-
YUV168.94134.25147.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 180 (70.70% from 255) = 34.03%
R=37.05%
G=28.92%
B=34.03%

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
Decimal19615318000.220.080.23322.3326.7168.43
HexC499B40168171421b44
Octal304231264026102750233104
Binary110001001001100110110100010110100010111101000010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C499B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C499B4; }

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

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

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

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

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

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

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

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