#C386A8

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

Shades of Lily #C386A8

Tints of Lily #C386A8

Color information

#C386A8 (or 0xC386A8) is unknown color: approx Lily. HEX triplet: C3, 86 and A8. RGB value is (195,134,168). Sum of RGB (Red+Green+Blue) = 195+134+168=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C386A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386A8 is #3C7957. Grayscale: #9C9C9C. Windows color (decimal): -3963224 or 11044547. OLE color: 11044547.

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

Color convert

RGB195134168-
CMYK00.310.140.24
HSL326.56º33.7%64.51%-
HSV(B)326.56º31.28%76.47%-
XYZ38.131.4841.11-
YUV156.12134.71155.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=39.24%
G=26.96%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513416800.310.140.24326.5633.764.51
HexC386A801FE181472241
Octal303206250037163050742101
Binary1100001110000110101010000111111110110001010001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386A8; }

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

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

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

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

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

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

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

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