#C85685

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

Shades of Mulberry #C85685

Tints of Mulberry #C85685

Color information

#C85685 (or 0xC85685) is unknown color: approx Mulberry. HEX triplet: C8, 56 and 85. RGB value is (200,86,133). Sum of RGB (Red+Green+Blue) = 200+86+133=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85685 is #37A97A. Grayscale: #7D7D7D. Windows color (decimal): -3647867 or 8738504. OLE color: 8738504.

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

Color convert

RGB20086133-
CMYK00.570.340.22
HSL335.26º50.89%56.08%-
HSV(B)335.26º57%78.43%-
XYZ31.3820.6324.52-
YUV125.44132.27181.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=47.73%
G=20.53%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008613300.570.340.22335.2650.8956.08
HexC85685039221614f3338
Octal31012620507142265176370
Binary11001000101011010000101011100110001010110101001111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85685; }

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

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

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

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

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

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

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

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