#C85193

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

Shades of Mulberry #C85193

Tints of Mulberry #C85193

Color information

#C85193 (or 0xC85193) is unknown color: approx Mulberry. HEX triplet: C8, 51 and 93. RGB value is (200,81,147). Sum of RGB (Red+Green+Blue) = 200+81+147=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C85193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85193 is #37AE6C. Grayscale: #7B7B7B. Windows color (decimal): -3649133 or 9654728. OLE color: 9654728.

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

Color convert

RGB20081147-
CMYK00.590.260.22
HSL326.72º51.97%55.1%-
HSV(B)326.72º59.5%78.43%-
XYZ32.0320.2729.83-
YUV124.1140.92182.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=46.73%
G=18.93%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008114700.590.260.22326.7251.9755.1
HexC8519303B1A161473437
Octal31012122307332265076467
Binary1100100010100011001001101110111101010110101000111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85193; }

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

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

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

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

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

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

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

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