#C84B96

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

Shades of Mulberry #C84B96

Tints of Mulberry #C84B96

Color information

#C84B96 (or 0xC84B96) is unknown color: approx Mulberry. HEX triplet: C8, 4B and 96. RGB value is (200,75,150). Sum of RGB (Red+Green+Blue) = 200+75+150=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B96 is #37B469. Grayscale: #787878. Windows color (decimal): -3650666 or 9849800. OLE color: 9849800.

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

Color convert

RGB20075150-
CMYK00.620.250.22
HSL324º53.19%53.92%-
HSV(B)324º62.5%78.43%-
XYZ31.8419.5130.94-
YUV120.92144.41184.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=47.06%
G=17.65%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007515000.620.250.2232453.1953.92
HexC84B9603E19161443536
Octal31011322607631265046566
Binary1100100010010111001011001111101100110110101000100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B96; }

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

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

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

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

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

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

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

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