#C384AB

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

Shades of Lily #C384AB

Tints of Lily #C384AB

Color information

#C384AB (or 0xC384AB) is unknown color: approx Lily. HEX triplet: C3, 84 and AB. RGB value is (195,132,171). Sum of RGB (Red+Green+Blue) = 195+132+171=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C384AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384AB is #3C7B54. Grayscale: #9B9B9B. Windows color (decimal): -3963733 or 11240643. OLE color: 11240643.

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

Color convert

RGB195132171-
CMYK00.320.120.24
HSL322.86º34.43%64.12%-
HSV(B)322.86º32.31%76.47%-
XYZ38.1131.0442.51-
YUV155.28136.87156.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=39.16%
G=26.51%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513217100.320.120.24322.8634.4364.12
HexC384AB020C181432240
Octal303204253040143050342100
Binary11000011100001001010101101000001100110001010000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384AB; }

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

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

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

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

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

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

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

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