#C85589

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

Shades of Mulberry #C85589

Tints of Mulberry #C85589

Color information

#C85589 (or 0xC85589) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 89. RGB value is (200,85,137). Sum of RGB (Red+Green+Blue) = 200+85+137=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85589 is #37AA76. Grayscale: #7D7D7D. Windows color (decimal): -3648119 or 9000392. OLE color: 9000392.

HSL color Cylindrical-coordinate representation of color #C85589: hue angle of 332.87º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85589 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB20085137-
CMYK00.580.320.22
HSL332.87º51.11%55.88%-
HSV(B)332.87º57.5%78.43%-
XYZ31.5820.5825.98-
YUV125.31134.6181.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=47.39%
G=20.14%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008513700.580.320.22332.8751.1155.88
HexC8558903A201614d3338
Octal31012521107240265156370
Binary11001000101010110001001011101010000010110101001101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85589; }

 p { color: rgb(200,85,137); }

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

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

 a { background-color: rgb(200,85,137); }

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

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

 span { border-color: rgb(200,85,137); }

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