#C84F96

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

Shades of Mulberry #C84F96

Tints of Mulberry #C84F96

Color information

#C84F96 (or 0xC84F96) is unknown color: approx Mulberry. HEX triplet: C8, 4F and 96. RGB value is (200,79,150). Sum of RGB (Red+Green+Blue) = 200+79+150=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84F96 is #37B069. Grayscale: #7B7B7B. Windows color (decimal): -3649642 or 9850824. OLE color: 9850824.

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

Color convert

RGB20079150-
CMYK00.600.250.22
HSL324.79º52.38%54.71%-
HSV(B)324.79º60.5%78.43%-
XYZ32.1220.0731.04-
YUV123.27143.09182.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=46.62%
G=18.41%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007915000.600.250.22324.7952.3854.71
HexC84F9603C19161453437
Octal31011722607431265056467
Binary1100100010011111001011001111001100110110101000101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84F96; }

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

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

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

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

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

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

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

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