#C756A0

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

Shades of Mulberry #C756A0

Tints of Mulberry #C756A0

Color information

#C756A0 (or 0xC756A0) is unknown color: approx Mulberry. HEX triplet: C7, 56 and A0. RGB value is (199,86,160). Sum of RGB (Red+Green+Blue) = 199+86+160=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C756A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C756A0 is #38A95F. Grayscale: #808080. Windows color (decimal): -3713376 or 10507975. OLE color: 10507975.

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

Color convert

RGB19986160-
CMYK00.570.200.22
HSL320.71º50.22%55.88%-
HSV(B)320.71º56.78%78.04%-
XYZ33.2321.3435.62-
YUV128.22145.94178.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=44.72%
G=19.33%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998616000.570.200.22320.7150.2255.88
HexC756A003914161413238
Octal30712624007124265016270
Binary1100011110101101010000001110011010010110101000001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C756A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C756A0; }

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

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

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

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

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

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

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

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