#C393BA

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

Shades of Lily #C393BA

Tints of Lily #C393BA

Color information

#C393BA (or 0xC393BA) is unknown color: approx Lily. HEX triplet: C3, 93 and BA. RGB value is (195,147,186). Sum of RGB (Red+Green+Blue) = 195+147+186=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C393BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393BA is #3C6C45. Grayscale: #A5A5A5. Windows color (decimal): -3959878 or 12227523. OLE color: 12227523.

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

Color convert

RGB195147186-
CMYK00.250.050.24
HSL311.25º28.57%67.06%-
HSV(B)311.25º24.62%76.47%-
XYZ41.836.0151.2-
YUV165.8139.4148.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=36.93%
G=27.84%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514718600.250.050.24311.2528.5767.06
HexC393BA0195181371d43
Octal30322327203153046735103
Binary11000011100100111011101001100110111000100110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C393BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C393BA; }

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

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

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

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

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

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

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

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