#C394B3

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

Shades of Lily #C394B3

Tints of Lily #C394B3

Color information

#C394B3 (or 0xC394B3) is unknown color: approx Lily. HEX triplet: C3, 94 and B3. RGB value is (195,148,179). Sum of RGB (Red+Green+Blue) = 195+148+179=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C394B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394B3 is #3C6B4C. Grayscale: #A5A5A5. Windows color (decimal): -3959629 or 11769027. OLE color: 11769027.

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

Color convert

RGB195148179-
CMYK00.240.080.24
HSL320.43º28.14%67.25%-
HSV(B)320.43º24.1%76.47%-
XYZ41.2336.0447.43-
YUV165.59135.57148.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=37.36%
G=28.35%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514817900.240.080.24320.4328.1467.25
HexC394B30188181401c43
Octal303224263030103050034103
Binary110000111001010010110011011000100011000101000000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394B3; }

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

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

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

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

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

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

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

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