#C94D80

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

Shades of Mulberry #C94D80

Tints of Mulberry #C94D80

Color information

#C94D80 (or 0xC94D80) is unknown color: approx Mulberry. HEX triplet: C9, 4D and 80. RGB value is (201,77,128). Sum of RGB (Red+Green+Blue) = 201+77+128=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D80 is #36B27F. Grayscale: #777777. Windows color (decimal): -3584640 or 8408521. OLE color: 8408521.

HSL color Cylindrical-coordinate representation of color #C94D80: hue angle of 335.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D80 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20177128-
CMYK00.620.360.21
HSL335.32º53.45%54.51%-
HSV(B)335.32º61.69%78.82%-
XYZ30.6419.2822.53-
YUV119.89132.58185.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.51%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=49.51%
G=18.97%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017712800.620.360.21335.3253.4554.51
HexC94D8003E241514f3537
Octal31111520007644255176567
Binary11001001100110110000000011111010010010101101001111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D80; }

 p { color: rgb(201,77,128); }

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

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

 a { background-color: rgb(201,77,128); }

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

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

 span { border-color: rgb(201,77,128); }

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