#C34785

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

Shades of Mulberry #C34785

Tints of Mulberry #C34785

Color information

#C34785 (or 0xC34785) is unknown color: approx Mulberry. HEX triplet: C3, 47 and 85. RGB value is (195,71,133). Sum of RGB (Red+Green+Blue) = 195+71+133=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C34785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34785 is #3CB87A. Grayscale: #737373. Windows color (decimal): -3979387 or 8734659. OLE color: 8734659.

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

Color convert

RGB19571133-
CMYK00.640.320.24
HSL330º50.82%52.16%-
HSV(B)330º63.59%76.47%-
XYZ28.9917.824.1-
YUV115.14138.08184.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 71 (28.12% from 255) = 17.79%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=48.87%
G=17.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957113300.640.320.2433050.8252.16
HexC34785040201814a3334
Octal303107205010040305126364
Binary110000111000111100001010100000010000011000101001010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34785; }

 p { color: rgb(195,71,133); }

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

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

 a { background-color: rgb(195,71,133); }

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

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

 span { border-color: rgb(195,71,133); }

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