#C85597

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

Shades of Mulberry #C85597

Tints of Mulberry #C85597

Color information

#C85597 (or 0xC85597) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 97. RGB value is (200,85,151). Sum of RGB (Red+Green+Blue) = 200+85+151=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C85597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85597 is #37AA68. Grayscale: #7E7E7E. Windows color (decimal): -3648105 or 9917896. OLE color: 9917896.

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

Color convert

RGB20085151-
CMYK00.580.240.22
HSL325.57º51.11%55.88%-
HSV(B)325.57º57.5%78.43%-
XYZ32.6521.0131.61-
YUV126.91141.6180.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=45.87%
G=19.50%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008515100.580.240.22325.5751.1155.88
HexC8559703A18161463338
Octal31012522707230265066370
Binary1100100010101011001011101110101100010110101000110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85597; }

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

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

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

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

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

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

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

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