#C386AA

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

Shades of Lily #C386AA

Tints of Lily #C386AA

Color information

#C386AA (or 0xC386AA) is unknown color: approx Lily. HEX triplet: C3, 86 and AA. RGB value is (195,134,170). Sum of RGB (Red+Green+Blue) = 195+134+170=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C386AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386AA is #3C7955. Grayscale: #9C9C9C. Windows color (decimal): -3963222 or 11175619. OLE color: 11175619.

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

Color convert

RGB195134170-
CMYK00.310.130.24
HSL324.59º33.7%64.51%-
HSV(B)324.59º31.28%76.47%-
XYZ38.2931.5542.1-
YUV156.34135.71155.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=39.08%
G=26.85%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513417000.310.130.24324.5933.764.51
HexC386AA01FD181452241
Octal303206252037153050542101
Binary1100001110000110101010100111111101110001010001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386AA; }

 p { color: rgb(195,134,170); }

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

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

 a { background-color: rgb(195,134,170); }

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

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

 span { border-color: rgb(195,134,170); }

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