#C84D82

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

Shades of Mulberry #C84D82

Tints of Mulberry #C84D82

Color information

#C84D82 (or 0xC84D82) is unknown color: approx Mulberry. HEX triplet: C8, 4D and 82. RGB value is (200,77,130). Sum of RGB (Red+Green+Blue) = 200+77+130=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D82 is #37B27D. Grayscale: #777777. Windows color (decimal): -3650174 or 8539592. OLE color: 8539592.

HSL color Cylindrical-coordinate representation of color #C84D82: hue angle of 334.15º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84D82 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB20077130-
CMYK00.620.350.22
HSL334.15º52.79%54.31%-
HSV(B)334.15º61.5%78.43%-
XYZ30.519.223.22-
YUV119.82133.75185.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=49.14%
G=18.92%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007713000.620.350.22334.1552.7954.31
HexC84D8203E231614e3536
Octal31011520207643265166566
Binary11001000100110110000010011111010001110110101001110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84D82; }

 p { color: rgb(200,77,130); }

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

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

 a { background-color: rgb(200,77,130); }

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

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

 span { border-color: rgb(200,77,130); }

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