#c34696

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

Shades of Mulberry #C34696

Tints of Mulberry #C34696

Color information

#C34696 (or 0xC34696) is unknown color: approx Mulberry. HEX triplet: C3, 46 and 96. RGB value is (195,70,150). Sum of RGB (Red+Green+Blue) = 195+70+150=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C34696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34696 is #3CB969. Grayscale: #747474. Windows color (decimal): -3979626 or 9848515. OLE color: 9848515.

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

Color convert

RGB19570150-
CMYK00.640.230.24
HSL321.6º51.02%51.96%-
HSV(B)321.6º64.1%76.47%-
XYZ30.218.1830.77-
YUV116.5146.91184-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 70 (27.73% from 255) = 16.87%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=46.99%
G=16.87%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957015000.640.230.24321.651.0251.96
HexC3469604017181423334
Octal303106226010027305026364
Binary11000011100011010010110010000001011111000101000010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34696; }

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

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

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

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

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

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

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

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