#C84B88

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

Shades of Mulberry #C84B88

Tints of Mulberry #C84B88

Color information

#C84B88 (or 0xC84B88) is unknown color: approx Mulberry. HEX triplet: C8, 4B and 88. RGB value is (200,75,136). Sum of RGB (Red+Green+Blue) = 200+75+136=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B88 is #37B477. Grayscale: #777777. Windows color (decimal): -3650680 or 8932296. OLE color: 8932296.

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

Color convert

RGB20075136-
CMYK00.620.320.22
HSL330.72º53.19%53.92%-
HSV(B)330.72º62.5%78.43%-
XYZ30.7819.0925.35-
YUV119.33137.41185.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.66%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=48.66%
G=18.25%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007513600.620.320.22330.7253.1953.92
HexC84B8803E201614b3536
Octal31011321007640265136566
Binary11001000100101110001000011111010000010110101001011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B88; }

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

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

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

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

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

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

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

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