#C34086

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

Shades of Mulberry #C34086

Tints of Mulberry #C34086

Color information

#C34086 (or 0xC34086) is unknown color: approx Mulberry. HEX triplet: C3, 40 and 86. RGB value is (195,64,134). Sum of RGB (Red+Green+Blue) = 195+64+134=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C34086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34086 is #3CBF79. Grayscale: #6E6E6E. Windows color (decimal): -3981178 or 8798403. OLE color: 8798403.

HSL color Cylindrical-coordinate representation of color #C34086: hue angle of 327.94º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34086 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19564134-
CMYK00.670.310.24
HSL327.94º52.19%50.78%-
HSV(B)327.94º67.18%76.47%-
XYZ28.6416.9924.32-
YUV111.15140.9187.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 134 (52.73% from 255) = 34.10%
R=49.62%
G=16.28%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956413400.670.310.24327.9452.1950.78
HexC340860431F181483433
Octal303100206010337305106463
Binary11000011100000010000110010000111111111000101001000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34086; }

 p { color: rgb(195,64,134); }

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

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

 a { background-color: rgb(195,64,134); }

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

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

 span { border-color: rgb(195,64,134); }

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