#C34089

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

Shades of Mulberry #C34089

Tints of Mulberry #C34089

Color information

#C34089 (or 0xC34089) is unknown color: approx Mulberry. HEX triplet: C3, 40 and 89. RGB value is (195,64,137). Sum of RGB (Red+Green+Blue) = 195+64+137=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34089 is #3CBF76. Grayscale: #6F6F6F. Windows color (decimal): -3981175 or 8995011. OLE color: 8995011.

HSL color Cylindrical-coordinate representation of color #C34089: hue angle of 326.56º 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 #C34089 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19564137-
CMYK00.670.300.24
HSL326.56º52.19%50.78%-
HSV(B)326.56º67.18%76.47%-
XYZ28.8517.0825.44-
YUV111.49142.4187.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 64 (25.39% from 255) = 16.16%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=49.24%
G=16.16%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956413700.670.300.24326.5652.1950.78
HexC340890431E181473433
Octal303100211010336305076463
Binary11000011100000010001001010000111111011000101000111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34089; }

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

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

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

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

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

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

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

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