#C85A9D

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

Shades of Mulberry #C85A9D

Tints of Mulberry #C85A9D

Color information

#C85A9D (or 0xC85A9D) is unknown color: approx Mulberry. HEX triplet: C8, 5A and 9D. RGB value is (200,90,157). Sum of RGB (Red+Green+Blue) = 200+90+157=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A9D is #37A562. Grayscale: #828282. Windows color (decimal): -3646819 or 10312392. OLE color: 10312392.

HSL color Cylindrical-coordinate representation of color #C85A9D: hue angle of 323.45º 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 #C85A9D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB20090157-
CMYK00.550.220.22
HSL323.45º50%56.86%-
HSV(B)323.45º55%78.43%-
XYZ33.5622.0334.38-
YUV130.53142.94177.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 90 (35.55% from 255) = 20.13%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=44.74%
G=20.13%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009015700.550.220.22323.455056.86
HexC85A9D03716161433239
Octal31013223506726265036271
Binary1100100010110101001110101101111011010110101000011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A9D; }

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

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

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

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

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

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

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

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