#C85584

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

Shades of Mulberry #C85584

Tints of Mulberry #C85584

Color information

#C85584 (or 0xC85584) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 84. RGB value is (200,85,132). Sum of RGB (Red+Green+Blue) = 200+85+132=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85584 is #37AA7B. Grayscale: #7C7C7C. Windows color (decimal): -3648124 or 8672712. OLE color: 8672712.

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

Color convert

RGB20085132-
CMYK00.580.340.22
HSL335.48º51.11%55.88%-
HSV(B)335.48º57.5%78.43%-
XYZ31.2320.4424.13-
YUV124.74132.1181.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=47.96%
G=20.38%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008513200.580.340.22335.4851.1155.88
HexC8558403A221614f3338
Octal31012520407242265176370
Binary11001000101010110000100011101010001010110101001111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85584; }

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

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

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

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

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

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

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

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