#C84D85

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

Shades of Mulberry #C84D85

Tints of Mulberry #C84D85

Color information

#C84D85 (or 0xC84D85) is unknown color: approx Mulberry. HEX triplet: C8, 4D and 85. RGB value is (200,77,133). Sum of RGB (Red+Green+Blue) = 200+77+133=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D85 is #37B27A. Grayscale: #787878. Windows color (decimal): -3650171 or 8736200. OLE color: 8736200.

HSL color Cylindrical-coordinate representation of color #C84D85: hue angle of 332.68º 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 #C84D85 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB20077133-
CMYK00.620.340.22
HSL332.68º52.79%54.31%-
HSV(B)332.68º61.5%78.43%-
XYZ30.7119.2824.29-
YUV120.16135.25184.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 77 (30.47% from 255) = 18.78%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=48.78%
G=18.78%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007713300.620.340.22332.6852.7954.31
HexC84D8503E221614d3536
Octal31011520507642265156566
Binary11001000100110110000101011111010001010110101001101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84D85; }

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

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

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

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

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

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

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

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