#C94087

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

Shades of Mulberry #C94087

Tints of Mulberry #C94087

Color information

#C94087 (or 0xC94087) is unknown color: approx Mulberry. HEX triplet: C9, 40 and 87. RGB value is (201,64,135). Sum of RGB (Red+Green+Blue) = 201+64+135=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C94087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94087 is #36BF78. Grayscale: #707070. Windows color (decimal): -3587961 or 8863945. OLE color: 8863945.

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

Color convert

RGB20164135-
CMYK00.680.330.21
HSL328.91º55.92%51.96%-
HSV(B)328.91º68.16%78.82%-
XYZ30.2917.8324.77-
YUV113.06140.39190.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 64 (25.39% from 255) = 16%
BLUE value IS 135 (53.12% from 255) = 33.75%
R=50.25%
G=16%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016413500.680.330.21328.9155.9251.96
HexC9408704421151493834
Octal311100207010441255117064
Binary110010011000000100001110100010010000110101101001001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94087; }

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

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

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

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

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

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

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

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