#C34688

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

Shades of Mulberry #C34688

Tints of Mulberry #C34688

Color information

#C34688 (or 0xC34688) is unknown color: approx Mulberry. HEX triplet: C3, 46 and 88. RGB value is (195,70,136). Sum of RGB (Red+Green+Blue) = 195+70+136=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C34688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34688 is #3CB977. Grayscale: #727272. Windows color (decimal): -3979640 or 8931011. OLE color: 8931011.

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

Color convert

RGB19570136-
CMYK00.640.300.24
HSL328.32º51.02%51.96%-
HSV(B)328.32º64.1%76.47%-
XYZ29.1417.7625.18-
YUV114.9139.91185.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 70 (27.73% from 255) = 17.46%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=48.63%
G=17.46%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957013600.640.300.24328.3251.0251.96
HexC346880401E181483334
Octal303106210010036305106364
Binary11000011100011010001000010000001111011000101001000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34688; }

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

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

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

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

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

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

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

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