#C495B6

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

Shades of Lily #C495B6

Tints of Lily #C495B6

Color information

#C495B6 (or 0xC495B6) is unknown color: approx Lily. HEX triplet: C4, 95 and B6. RGB value is (196,149,182). Sum of RGB (Red+Green+Blue) = 196+149+182=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C495B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495B6 is #3B6A49. Grayscale: #A6A6A6. Windows color (decimal): -3893834 or 11965892. OLE color: 11965892.

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

Color convert

RGB196149182-
CMYK00.240.070.23
HSL317.87º28.48%67.65%-
HSV(B)317.87º23.98%76.86%-
XYZ41.9636.6149.11-
YUV166.82136.57148.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=37.19%
G=28.27%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614918200.240.070.23317.8728.4867.65
HexC495B601871713e1c44
Octal30422526603072747634104
Binary11000100100101011011011001100011110111100111110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495B6; }

 p { color: rgb(196,149,182); }

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

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

 a { background-color: rgb(196,149,182); }

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

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

 span { border-color: rgb(196,149,182); }

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