#C85596

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

Shades of Mulberry #C85596

Tints of Mulberry #C85596

Color information

#C85596 (or 0xC85596) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 96. RGB value is (200,85,150). Sum of RGB (Red+Green+Blue) = 200+85+150=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85596 is #37AA69. Grayscale: #7E7E7E. Windows color (decimal): -3648106 or 9852360. OLE color: 9852360.

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

Color convert

RGB20085150-
CMYK00.580.250.22
HSL326.09º51.11%55.88%-
HSV(B)326.09º57.5%78.43%-
XYZ32.5720.9831.19-
YUV126.79141.1180.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=45.98%
G=19.54%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008515000.580.250.22326.0951.1155.88
HexC8559603A19161463338
Octal31012522607231265066370
Binary1100100010101011001011001110101100110110101000110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85596; }

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

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

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

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

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

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

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

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