#C34683

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

Shades of Mulberry #C34683

Tints of Mulberry #C34683

Color information

#C34683 (or 0xC34683) is unknown color: approx Mulberry. HEX triplet: C3, 46 and 83. RGB value is (195,70,131). Sum of RGB (Red+Green+Blue) = 195+70+131=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34683 is #3CB97C. Grayscale: #727272. Windows color (decimal): -3979645 or 8603331. OLE color: 8603331.

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

Color convert

RGB19570131-
CMYK00.640.330.24
HSL330.72º51.02%51.96%-
HSV(B)330.72º64.1%76.47%-
XYZ28.7917.6223.36-
YUV114.33137.41185.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 70 (27.73% from 255) = 17.68%
BLUE value IS 131 (51.56% from 255) = 33.08%
R=49.24%
G=17.68%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957013100.640.330.24330.7251.0251.96
HexC34683040211814b3334
Octal303106203010041305136364
Binary110000111000110100000110100000010000111000101001011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34683; }

 p { color: rgb(195,70,131); }

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

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

 a { background-color: rgb(195,70,131); }

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

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

 span { border-color: rgb(195,70,131); }

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