#C84B8A

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

Shades of Mulberry #C84B8A

Tints of Mulberry #C84B8A

Color information

#C84B8A (or 0xC84B8A) is unknown color: approx Mulberry. HEX triplet: C8, 4B and 8A. RGB value is (200,75,138). Sum of RGB (Red+Green+Blue) = 200+75+138=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B8A is #37B475. Grayscale: #777777. Windows color (decimal): -3650678 or 9063368. OLE color: 9063368.

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

Color convert

RGB20075138-
CMYK00.620.310.22
HSL329.76º53.19%53.92%-
HSV(B)329.76º62.5%78.43%-
XYZ30.9219.1526.11-
YUV119.56138.41185.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=48.43%
G=18.16%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007513800.620.310.22329.7653.1953.92
HexC84B8A03E1F1614a3536
Octal31011321207637265126566
Binary1100100010010111000101001111101111110110101001010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B8A; }

 p { color: rgb(200,75,138); }

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

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

 a { background-color: rgb(200,75,138); }

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

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

 span { border-color: rgb(200,75,138); }

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