#C83F86

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

Shades of Mulberry #C83F86

Tints of Mulberry #C83F86

Color information

#C83F86 (or 0xC83F86) is unknown color: approx Mulberry. HEX triplet: C8, 3F and 86. RGB value is (200,63,134). Sum of RGB (Red+Green+Blue) = 200+63+134=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F86 is #37C079. Grayscale: #6F6F6F. Windows color (decimal): -3653754 or 8798152. OLE color: 8798152.

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

Color convert

RGB20063134-
CMYK00.680.330.22
HSL328.91º55.47%51.57%-
HSV(B)328.91º68.5%78.43%-
XYZ29.917.5624.37-
YUV112.06140.39190.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 63 (25% from 255) = 15.87%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=50.38%
G=15.87%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006313400.680.330.22328.9155.4751.57
HexC83F8604421161493734
Octal31077206010441265116764
Binary11001000111111100001100100010010000110110101001001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83F86; }

 p { color: rgb(200,63,134); }

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

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

 a { background-color: rgb(200,63,134); }

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

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

 span { border-color: rgb(200,63,134); }

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