#C85188

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

Shades of Mulberry #C85188

Tints of Mulberry #C85188

Color information

#C85188 (or 0xC85188) is unknown color: approx Mulberry. HEX triplet: C8, 51 and 88. RGB value is (200,81,136). Sum of RGB (Red+Green+Blue) = 200+81+136=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85188 is #37AE77. Grayscale: #7A7A7A. Windows color (decimal): -3649144 or 8933832. OLE color: 8933832.

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

Color convert

RGB20081136-
CMYK00.590.320.22
HSL332.27º51.97%55.1%-
HSV(B)332.27º59.5%78.43%-
XYZ31.2119.9425.5-
YUV122.85135.42183.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=47.96%
G=19.42%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008113600.590.320.22332.2751.9755.1
HexC8518803B201614c3437
Octal31012121007340265146467
Binary11001000101000110001000011101110000010110101001100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85188; }

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

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

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

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

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

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

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

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