#C495BB

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

Shades of Lily #C495BB

Tints of Lily #C495BB

Color information

#C495BB (or 0xC495BB) is unknown color: approx Lily. HEX triplet: C4, 95 and BB. RGB value is (196,149,187). Sum of RGB (Red+Green+Blue) = 196+149+187=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C495BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495BB is #3B6A44. Grayscale: #A7A7A7. Windows color (decimal): -3893829 or 12293572. OLE color: 12293572.

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

Color convert

RGB196149187-
CMYK00.240.050.23
HSL311.49º28.48%67.65%-
HSV(B)311.49º23.98%76.86%-
XYZ42.4836.8251.88-
YUV167.39139.07148.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=36.84%
G=28.01%
B=35.15%

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
Decimal19614918700.240.050.23311.4928.4867.65
HexC495BB0185171371c44
Octal30422527303052746734104
Binary11000100100101011011101101100010110111100110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495BB; }

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

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

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

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

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

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

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

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