#C394AF

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

Shades of Lily #C394AF

Tints of Lily #C394AF

Color information

#C394AF (or 0xC394AF) is unknown color: approx Lily. HEX triplet: C3, 94 and AF. RGB value is (195,148,175). Sum of RGB (Red+Green+Blue) = 195+148+175=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C394AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394AF is #3C6B50. Grayscale: #A5A5A5. Windows color (decimal): -3959633 or 11506883. OLE color: 11506883.

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

Color convert

RGB195148175-
CMYK00.240.100.24
HSL325.53º28.14%67.25%-
HSV(B)325.53º24.1%76.47%-
XYZ40.8335.8845.33-
YUV165.13133.57149.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=37.64%
G=28.57%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514817500.240.100.24325.5328.1467.25
HexC394AF018A181461c43
Octal303224257030123050634103
Binary110000111001010010101111011000101011000101000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394AF; }

 p { color: rgb(195,148,175); }

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

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

 a { background-color: rgb(195,148,175); }

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

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

 span { border-color: rgb(195,148,175); }

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