#C84F95

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

Shades of Mulberry #C84F95

Tints of Mulberry #C84F95

Color information

#C84F95 (or 0xC84F95) is unknown color: approx Mulberry. HEX triplet: C8, 4F and 95. RGB value is (200,79,149). Sum of RGB (Red+Green+Blue) = 200+79+149=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84F95 is #37B06A. Grayscale: #7B7B7B. Windows color (decimal): -3649643 or 9785288. OLE color: 9785288.

HSL color Cylindrical-coordinate representation of color #C84F95: hue angle of 325.29º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84F95 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB20079149-
CMYK00.600.260.22
HSL325.29º52.38%54.71%-
HSV(B)325.29º60.5%78.43%-
XYZ32.0420.0430.61-
YUV123.16142.59182.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 79 (31.25% from 255) = 18.46%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=46.73%
G=18.46%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007914900.600.260.22325.2952.3854.71
HexC84F9503C1A161453437
Octal31011722507432265056467
Binary1100100010011111001010101111001101010110101000101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84F95; }

 p { color: rgb(200,79,149); }

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

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

 a { background-color: rgb(200,79,149); }

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

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

 span { border-color: rgb(200,79,149); }

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