#C85191

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

Shades of Mulberry #C85191

Tints of Mulberry #C85191

Color information

#C85191 (or 0xC85191) is unknown color: approx Mulberry. HEX triplet: C8, 51 and 91. RGB value is (200,81,145). Sum of RGB (Red+Green+Blue) = 200+81+145=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C85191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85191 is #37AE6E. Grayscale: #7B7B7B. Windows color (decimal): -3649135 or 9523656. OLE color: 9523656.

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

Color convert

RGB20081145-
CMYK00.590.280.22
HSL327.73º51.97%55.1%-
HSV(B)327.73º59.5%78.43%-
XYZ31.8720.2129.01-
YUV123.88139.92182.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.95%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=46.95%
G=19.01%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008114500.590.280.22327.7351.9755.1
HexC8519103B1C161483437
Octal31012122107334265106467
Binary1100100010100011001000101110111110010110101001000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85191; }

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

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

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

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

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

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

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

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