#C85A93

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

Shades of Mulberry #C85A93

Tints of Mulberry #C85A93

Color information

#C85A93 (or 0xC85A93) is unknown color: approx Mulberry. HEX triplet: C8, 5A and 93. RGB value is (200,90,147). Sum of RGB (Red+Green+Blue) = 200+90+147=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A93 is #37A56C. Grayscale: #818181. Windows color (decimal): -3646829 or 9657032. OLE color: 9657032.

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

Color convert

RGB20090147-
CMYK00.550.260.22
HSL328.91º50%56.86%-
HSV(B)328.91º55%78.43%-
XYZ32.7421.730.07-
YUV129.39137.94178.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=45.77%
G=20.59%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009014700.550.260.22328.915056.86
HexC85A930371A161493239
Octal31013222306732265116271
Binary1100100010110101001001101101111101010110101001001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A93; }

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

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

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

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

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

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

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

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