#C94585

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

Shades of Mulberry #C94585

Tints of Mulberry #C94585

Color information

#C94585 (or 0xC94585) is unknown color: approx Mulberry. HEX triplet: C9, 45 and 85. RGB value is (201,69,133). Sum of RGB (Red+Green+Blue) = 201+69+133=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C94585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94585 is #36BA7A. Grayscale: #737373. Windows color (decimal): -3586683 or 8734153. OLE color: 8734153.

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

Color convert

RGB20169133-
CMYK00.660.340.21
HSL330.91º55%52.94%-
HSV(B)330.91º65.67%78.82%-
XYZ30.4518.3724.13-
YUV115.76137.73188.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 69 (27.34% from 255) = 17.12%
BLUE value IS 133 (52.34% from 255) = 33.00%
R=49.88%
G=17.12%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016913300.660.340.21330.915552.94
HexC94585042221514b3735
Octal311105205010242255136765
Binary110010011000101100001010100001010001010101101001011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94585; }

 p { color: rgb(201,69,133); }

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

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

 a { background-color: rgb(201,69,133); }

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

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

 span { border-color: rgb(201,69,133); }

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