#C84EA5

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

Shades of Mulberry #C84EA5

Tints of Mulberry #C84EA5

Color information

#C84EA5 (or 0xC84EA5) is unknown color: approx Mulberry. HEX triplet: C8, 4E and A5. RGB value is (200,78,165). Sum of RGB (Red+Green+Blue) = 200+78+165=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84EA5 is #37B15A. Grayscale: #7C7C7C. Windows color (decimal): -3649883 or 10833608. OLE color: 10833608.

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

Color convert

RGB20078165-
CMYK00.610.180.22
HSL317.21º52.59%54.51%-
HSV(B)317.21º61%78.43%-
XYZ33.3420.4437.79-
YUV124.4150.92181.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=45.15%
G=17.61%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007816500.610.180.22317.2152.5954.51
HexC84EA503D121613d3537
Octal31011624507522264756567
Binary1100100010011101010010101111011001010110100111101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84EA5; }

 p { color: rgb(200,78,165); }

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

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

 a { background-color: rgb(200,78,165); }

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

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

 span { border-color: rgb(200,78,165); }

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