#c94d82

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

Shades of Mulberry #C94D82

Tints of Mulberry #C94D82

Color information

#C94D82 (or 0xC94D82) is unknown color: approx Mulberry. HEX triplet: C9, 4D and 82. RGB value is (201,77,130). Sum of RGB (Red+Green+Blue) = 201+77+130=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D82 is #36B27D. Grayscale: #787878. Windows color (decimal): -3584638 or 8539593. OLE color: 8539593.

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

Color convert

RGB20177130-
CMYK00.620.350.21
HSL334.35º53.45%54.51%-
HSV(B)334.35º61.69%78.82%-
XYZ30.7719.3423.23-
YUV120.12133.58185.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 77 (30.47% from 255) = 18.87%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=49.26%
G=18.87%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017713000.620.350.21334.3553.4554.51
HexC94D8203E231514e3537
Octal31111520207643255166567
Binary11001001100110110000010011111010001110101101001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94d82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94d82; }

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

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

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

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

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

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

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

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