#c85480

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

Shades of Mulberry #C85480

Tints of Mulberry #C85480

Color information

#C85480 (or 0xC85480) is unknown color: approx Mulberry. HEX triplet: C8, 54 and 80. RGB value is (200,84,128). Sum of RGB (Red+Green+Blue) = 200+84+128=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C85480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85480 is #37AB7F. Grayscale: #7B7B7B. Windows color (decimal): -3648384 or 8410312. OLE color: 8410312.

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

Color convert

RGB20084128-
CMYK00.580.360.22
HSL337.24º51.33%55.69%-
HSV(B)337.24º58%78.43%-
XYZ30.8920.1822.69-
YUV123.7130.43182.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=48.54%
G=20.39%
B=31.07%

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
Decimal2008412800.580.360.22337.2451.3355.69
HexC8548003A24161513338
Octal31012420007244265216370
Binary11001000101010010000000011101010010010110101010001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c85480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c85480; }

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

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

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

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

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

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

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

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