#C85380

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

Shades of Mulberry #C85380

Tints of Mulberry #C85380

Color information

#C85380 (or 0xC85380) is unknown color: approx Mulberry. HEX triplet: C8, 53 and 80. RGB value is (200,83,128). Sum of RGB (Red+Green+Blue) = 200+83+128=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C85380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85380 is #37AC7F. Grayscale: #7B7B7B. Windows color (decimal): -3648640 or 8410056. OLE color: 8410056.

HSL color Cylindrical-coordinate representation of color #C85380: hue angle of 336.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85380 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB20083128-
CMYK00.580.360.22
HSL336.92º51.54%55.49%-
HSV(B)336.92º58.5%78.43%-
XYZ30.8120.0222.66-
YUV123.11130.76182.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=48.66%
G=20.19%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008312800.580.360.22336.9251.5455.49
HexC8538003A24161513437
Octal31012320007244265216467
Binary11001000101001110000000011101010010010110101010001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85380; }

 p { color: rgb(200,83,128); }

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

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

 a { background-color: rgb(200,83,128); }

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

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

 span { border-color: rgb(200,83,128); }

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