#C85993

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

Shades of Mulberry #C85993

Tints of Mulberry #C85993

Color information

#C85993 (or 0xC85993) is unknown color: approx Mulberry. HEX triplet: C8, 59 and 93. RGB value is (200,89,147). Sum of RGB (Red+Green+Blue) = 200+89+147=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C85993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85993 is #37A66C. Grayscale: #808080. Windows color (decimal): -3647085 or 9656776. OLE color: 9656776.

HSL color Cylindrical-coordinate representation of color #C85993: hue angle of 328.65º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85993 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB20089147-
CMYK00.560.260.22
HSL328.65º50.23%56.67%-
HSV(B)328.65º55.5%78.43%-
XYZ32.6621.5330.04-
YUV128.8138.27178.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=45.87%
G=20.41%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008914700.560.260.22328.6550.2356.67
HexC859930381A161493239
Octal31013122307032265116271
Binary1100100010110011001001101110001101010110101001001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85993; }

 p { color: rgb(200,89,147); }

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

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

 a { background-color: rgb(200,89,147); }

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

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

 span { border-color: rgb(200,89,147); }

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