#C85985

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

Shades of Mulberry #C85985

Tints of Mulberry #C85985

Color information

#C85985 (or 0xC85985) is unknown color: approx Mulberry. HEX triplet: C8, 59 and 85. RGB value is (200,89,133). Sum of RGB (Red+Green+Blue) = 200+89+133=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85985 is #37A67A. Grayscale: #7F7F7F. Windows color (decimal): -3647099 or 8739272. OLE color: 8739272.

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

Color convert

RGB20089133-
CMYK00.560.340.22
HSL336.22º50.23%56.67%-
HSV(B)336.22º55.5%78.43%-
XYZ31.6321.1224.6-
YUV127.2131.27179.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=47.39%
G=21.09%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008913300.560.340.22336.2250.2356.67
HexC8598503822161503239
Octal31013120507042265206271
Binary11001000101100110000101011100010001010110101010000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85985; }

 p { color: rgb(200,89,133); }

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

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

 a { background-color: rgb(200,89,133); }

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

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

 span { border-color: rgb(200,89,133); }

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