#C34385

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

Shades of Mulberry #C34385

Tints of Mulberry #C34385

Color information

#C34385 (or 0xC34385) is unknown color: approx Mulberry. HEX triplet: C3, 43 and 85. RGB value is (195,67,133). Sum of RGB (Red+Green+Blue) = 195+67+133=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34385 is #3CBC7A. Grayscale: #707070. Windows color (decimal): -3980411 or 8733635. OLE color: 8733635.

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

Color convert

RGB19567133-
CMYK00.660.320.24
HSL329.06º51.61%51.37%-
HSV(B)329.06º65.64%76.47%-
XYZ28.7517.3124.02-
YUV112.8139.41186.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=49.37%
G=16.96%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956713300.660.320.24329.0651.6151.37
HexC3438504220181493433
Octal303103205010240305116463
Binary110000111000011100001010100001010000011000101001001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34385; }

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

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

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

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

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

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

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

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