#C395AB

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

Shades of Lily #C395AB

Tints of Lily #C395AB

Color information

#C395AB (or 0xC395AB) is unknown color: approx Lily. HEX triplet: C3, 95 and AB. RGB value is (195,149,171). Sum of RGB (Red+Green+Blue) = 195+149+171=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C395AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C395AB is #3C6A54. Grayscale: #A5A5A5. Windows color (decimal): -3959381 or 11244995. OLE color: 11244995.

HSL color Cylindrical-coordinate representation of color #C395AB: hue angle of 331.3º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C395AB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195149171-
CMYK00.240.120.24
HSL331.3º27.71%67.45%-
HSV(B)331.3º23.59%76.47%-
XYZ40.636.0443.34-
YUV165.26131.24149.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=37.86%
G=28.93%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514917100.240.120.24331.327.7167.45
HexC395AB018C1814b1c43
Octal303225253030143051334103
Binary110000111001010110101011011000110011000101001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395AB; }

 p { color: rgb(195,149,171); }

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

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

 a { background-color: rgb(195,149,171); }

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

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

 span { border-color: rgb(195,149,171); }

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