#C84B7F

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

Shades of Mulberry #C84B7F

Tints of Mulberry #C84B7F

Color information

#C84B7F (or 0xC84B7F) is unknown color: approx Mulberry. HEX triplet: C8, 4B and 7F. RGB value is (200,75,127). Sum of RGB (Red+Green+Blue) = 200+75+127=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B7F is #37B480. Grayscale: #767676. Windows color (decimal): -3650689 or 8342472. OLE color: 8342472.

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

Color convert

RGB20075127-
CMYK00.620.360.22
HSL335.04º53.19%53.92%-
HSV(B)335.04º62.5%78.43%-
XYZ30.1718.8422.13-
YUV118.3132.91186.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 127 (50% from 255) = 31.59%
R=49.75%
G=18.66%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007512700.620.360.22335.0453.1953.92
HexC84B7F03E241614f3536
Octal31011317707644265176566
Binary1100100010010111111111011111010010010110101001111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B7F; }

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

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

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

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

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

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

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

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