#C495B7

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

Shades of Lily #C495B7

Tints of Lily #C495B7

Color information

#C495B7 (or 0xC495B7) is unknown color: approx Lily. HEX triplet: C4, 95 and B7. RGB value is (196,149,183). Sum of RGB (Red+Green+Blue) = 196+149+183=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C495B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495B7 is #3B6A48. Grayscale: #A6A6A6. Windows color (decimal): -3893833 or 12031428. OLE color: 12031428.

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

Color convert

RGB196149183-
CMYK00.240.070.23
HSL316.6º28.48%67.65%-
HSV(B)316.6º23.98%76.86%-
XYZ42.0636.6549.66-
YUV166.93137.07148.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=37.12%
G=28.22%
B=34.66%

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
Decimal19614918300.240.070.23316.628.4867.65
HexC495B701871713d1c44
Octal30422526703072747534104
Binary11000100100101011011011101100011110111100111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495B7; }

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

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

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

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

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

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

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

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