#C94887

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

Shades of Mulberry #C94887

Tints of Mulberry #C94887

Color information

#C94887 (or 0xC94887) is unknown color: approx Mulberry. HEX triplet: C9, 48 and 87. RGB value is (201,72,135). Sum of RGB (Red+Green+Blue) = 201+72+135=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C94887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94887 is #36B778. Grayscale: #757575. Windows color (decimal): -3585913 or 8865993. OLE color: 8865993.

HSL color Cylindrical-coordinate representation of color #C94887: hue angle of 330.7º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94887 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB20172135-
CMYK00.640.330.21
HSL330.7º54.43%53.53%-
HSV(B)330.7º64.18%78.82%-
XYZ30.7818.824.93-
YUV117.75137.74187.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=49.26%
G=17.65%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017213500.640.330.21330.754.4353.53
HexC94887040211514b3636
Octal311110207010041255136666
Binary110010011001000100001110100000010000110101101001011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94887; }

 p { color: rgb(201,72,135); }

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

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

 a { background-color: rgb(201,72,135); }

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

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

 span { border-color: rgb(201,72,135); }

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