#C85382

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

Shades of Mulberry #C85382

Tints of Mulberry #C85382

Color information

#C85382 (or 0xC85382) is unknown color: approx Mulberry. HEX triplet: C8, 53 and 82. RGB value is (200,83,130). Sum of RGB (Red+Green+Blue) = 200+83+130=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C85382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85382 is #37AC7D. Grayscale: #7B7B7B. Windows color (decimal): -3648638 or 8541128. OLE color: 8541128.

HSL color Cylindrical-coordinate representation of color #C85382: hue angle of 335.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85382 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB20083130-
CMYK00.580.350.22
HSL335.9º51.54%55.49%-
HSV(B)335.9º58.5%78.43%-
XYZ30.9420.0823.36-
YUV123.34131.76182.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=48.43%
G=20.10%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008313000.580.350.22335.951.5455.49
HexC8538203A23161503437
Octal31012320207243265206467
Binary11001000101001110000010011101010001110110101010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85382; }

 p { color: rgb(200,83,130); }

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

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

 a { background-color: rgb(200,83,130); }

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

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

 span { border-color: rgb(200,83,130); }

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