#C393B0

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

Shades of Lily #C393B0

Tints of Lily #C393B0

Color information

#C393B0 (or 0xC393B0) is unknown color: approx Lily. HEX triplet: C3, 93 and B0. RGB value is (195,147,176). Sum of RGB (Red+Green+Blue) = 195+147+176=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C393B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C393B0 is #3C6C4F. Grayscale: #A4A4A4. Windows color (decimal): -3959888 or 11572163. OLE color: 11572163.

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

Color convert

RGB195147176-
CMYK00.250.100.24
HSL323.75º28.57%67.06%-
HSV(B)323.75º24.62%76.47%-
XYZ40.7835.645.8-
YUV164.66134.4149.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=37.64%
G=28.38%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514717600.250.100.24323.7528.5767.06
HexC393B0019A181441d43
Octal303223260031123050435103
Binary110000111001001110110000011001101011000101000100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C393B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C393B0; }

 p { color: rgb(195,147,176); }

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

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

 a { background-color: rgb(195,147,176); }

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

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

 span { border-color: rgb(195,147,176); }

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