#C850A0

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

Shades of Mulberry #C850A0

Tints of Mulberry #C850A0

Color information

#C850A0 (or 0xC850A0) is unknown color: approx Mulberry. HEX triplet: C8, 50 and A0. RGB value is (200,80,160). Sum of RGB (Red+Green+Blue) = 200+80+160=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C850A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850A0 is #37AF5F. Grayscale: #7C7C7C. Windows color (decimal): -3649376 or 10506440. OLE color: 10506440.

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

Color convert

RGB20080160-
CMYK00.60.20.22
HSL320º52.17%54.9%-
HSV(B)320º60%78.43%-
XYZ33.0320.5535.48-
YUV125147.76181.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008016000.60.20.2232052.1754.9
HexC850A003C14161403437
Octal31012024007424265006467
Binary1100100010100001010000001111001010010110101000000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C850A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C850A0; }

 p { color: rgb(200,80,160); }

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

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

 a { background-color: rgb(200,80,160); }

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

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

 span { border-color: rgb(200,80,160); }

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