#C495BA

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

Shades of Lily #C495BA

Tints of Lily #C495BA

Color information

#C495BA (or 0xC495BA) is unknown color: approx Lily. HEX triplet: C4, 95 and BA. RGB value is (196,149,186). Sum of RGB (Red+Green+Blue) = 196+149+186=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C495BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495BA is #3B6A45. Grayscale: #A7A7A7. Windows color (decimal): -3893830 or 12228036. OLE color: 12228036.

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

Color convert

RGB196149186-
CMYK00.240.050.23
HSL312.77º28.48%67.65%-
HSV(B)312.77º23.98%76.86%-
XYZ42.3836.7851.32-
YUV167.27138.57148.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=36.91%
G=28.06%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614918600.240.050.23312.7728.4867.65
HexC495BA0185171391c44
Octal30422527203052747134104
Binary11000100100101011011101001100010110111100111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495BA; }

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

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

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

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

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

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

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

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