#C34E57

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

Shades of Mandy #C34E57

Tints of Mandy #C34E57

Color information

#C34E57 (or 0xC34E57) is unknown color: approx Mandy. HEX triplet: C3, 4E and 57. RGB value is (195,78,87). Sum of RGB (Red+Green+Blue) = 195+78+87=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E57 is #3CB1A8. Grayscale: #727272. Windows color (decimal): -3977641 or 5721795. OLE color: 5721795.

HSL color Cylindrical-coordinate representation of color #C34E57: hue angle of 355.38º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E57 is Cyan = 0, Magento = 0.6, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1957887-
CMYK00.60.550.24
HSL355.38º49.37%53.53%-
HSV(B)355.38º60%76.47%-
XYZ26.9517.7411.02-
YUV114.01112.76185.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.17%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=54.17%
G=21.67%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195788700.60.550.24355.3849.3753.53
HexC34E5703C37181633136
Octal30311612707467305436166
Binary1100001110011101010111011110011011111000101100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E57; }

 p { color: rgb(195,78,87); }

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

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

 a { background-color: rgb(195,78,87); }

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

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

 span { border-color: rgb(195,78,87); }

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