#C495B3

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

Shades of Lily #C495B3

Tints of Lily #C495B3

Color information

#C495B3 (or 0xC495B3) is unknown color: approx Lily. HEX triplet: C4, 95 and B3. RGB value is (196,149,179). Sum of RGB (Red+Green+Blue) = 196+149+179=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C495B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495B3 is #3B6A4C. Grayscale: #A6A6A6. Windows color (decimal): -3893837 or 11769284. OLE color: 11769284.

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

Color convert

RGB196149179-
CMYK00.240.090.23
HSL321.7º28.48%67.65%-
HSV(B)321.7º23.98%76.86%-
XYZ41.6536.4947.5-
YUV166.47135.07149.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=37.40%
G=28.44%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614917900.240.090.23321.728.4867.65
HexC495B30189171421c44
Octal304225263030112750234104
Binary110001001001010110110011011000100110111101000010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495B3; }

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

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

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

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

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

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

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

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