#C385AC

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

Shades of Lily #C385AC

Tints of Lily #C385AC

Color information

#C385AC (or 0xC385AC) is unknown color: approx Lily. HEX triplet: C3, 85 and AC. RGB value is (195,133,172). Sum of RGB (Red+Green+Blue) = 195+133+172=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AC is #3C7A53. Grayscale: #9B9B9B. Windows color (decimal): -3963476 or 11306435. OLE color: 11306435.

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

Color convert

RGB195133172-
CMYK00.320.120.24
HSL322.26º34.07%64.31%-
HSV(B)322.26º31.79%76.47%-
XYZ38.3431.3643.06-
YUV155.98137.04155.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=39%
G=26.6%
B=34.4%

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
Decimal19513317200.320.120.24322.2634.0764.31
HexC385AC020C181422240
Octal303205254040143050242100
Binary11000011100001011010110001000001100110001010000101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385AC; }

 p { color: rgb(195,133,172); }

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

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

 a { background-color: rgb(195,133,172); }

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

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

 span { border-color: rgb(195,133,172); }

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