#C84C8B

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

Shades of Mulberry #C84C8B

Tints of Mulberry #C84C8B

Color information

#C84C8B (or 0xC84C8B) is unknown color: approx Mulberry. HEX triplet: C8, 4C and 8B. RGB value is (200,76,139). Sum of RGB (Red+Green+Blue) = 200+76+139=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84C8B is #37B374. Grayscale: #787878. Windows color (decimal): -3650421 or 9129160. OLE color: 9129160.

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

Color convert

RGB20076139-
CMYK00.620.300.22
HSL329.52º52.99%54.12%-
HSV(B)329.52º62%78.43%-
XYZ31.0619.3126.52-
YUV120.26138.58184.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 76 (30.08% from 255) = 18.31%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=48.19%
G=18.31%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007613900.620.300.22329.5252.9954.12
HexC84C8B03E1E1614a3536
Octal31011421307636265126566
Binary1100100010011001000101101111101111010110101001010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84C8B; }

 p { color: rgb(200,76,139); }

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

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

 a { background-color: rgb(200,76,139); }

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

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

 span { border-color: rgb(200,76,139); }

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