#c757a0

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

Shades of Mulberry #C757A0

Tints of Mulberry #C757A0

Color information

#C757A0 (or 0xC757A0) is unknown color: approx Mulberry. HEX triplet: C7, 57 and A0. RGB value is (199,87,160). Sum of RGB (Red+Green+Blue) = 199+87+160=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C757A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C757A0 is #38A85F. Grayscale: #808080. Windows color (decimal): -3713120 or 10508231. OLE color: 10508231.

HSL color Cylindrical-coordinate representation of color #C757A0: hue angle of 320.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C757A0 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19987160-
CMYK00.560.200.22
HSL320.89º50%56.08%-
HSV(B)320.89º56.28%78.04%-
XYZ33.3121.535.65-
YUV128.81145.61178.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 87 (34.38% from 255) = 19.51%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=44.62%
G=19.51%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998716000.560.200.22320.895056.08
HexC757A003814161413238
Octal30712724007024265016270
Binary1100011110101111010000001110001010010110101000001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c757a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c757a0; }

 p { color: rgb(199,87,160); }

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

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

 a { background-color: rgb(199,87,160); }

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

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

 span { border-color: rgb(199,87,160); }

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