#C385AB

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

Shades of Lily #C385AB

Tints of Lily #C385AB

Color information

#C385AB (or 0xC385AB) is unknown color: approx Lily. HEX triplet: C3, 85 and AB. RGB value is (195,133,171). Sum of RGB (Red+Green+Blue) = 195+133+171=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AB is #3C7A54. Grayscale: #9B9B9B. Windows color (decimal): -3963477 or 11240899. OLE color: 11240899.

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

Color convert

RGB195133171-
CMYK00.320.120.24
HSL323.23º34.07%64.31%-
HSV(B)323.23º31.79%76.47%-
XYZ38.2431.3242.56-
YUV155.87136.54155.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=39.08%
G=26.65%
B=34.27%

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
Decimal19513317100.320.120.24323.2334.0764.31
HexC385AB020C181432240
Octal303205253040143050342100
Binary11000011100001011010101101000001100110001010000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385AB; }

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

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

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

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

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

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

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

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