#C34E5B

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

Shades of Mandy #C34E5B

Tints of Mandy #C34E5B

Color information

#C34E5B (or 0xC34E5B) is unknown color: approx Mandy. HEX triplet: C3, 4E and 5B. RGB value is (195,78,91). Sum of RGB (Red+Green+Blue) = 195+78+91=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E5B is #3CB1A4. Grayscale: #727272. Windows color (decimal): -3977637 or 5983939. OLE color: 5983939.

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

Color convert

RGB1957891-
CMYK00.60.530.24
HSL353.33º49.37%53.53%-
HSV(B)353.33º60%76.47%-
XYZ27.1217.8111.91-
YUV114.46114.76185.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 91 (35.94% from 255) = 25%
R=53.57%
G=21.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195789100.60.530.24353.3349.3753.53
HexC34E5B03C35181613136
Octal30311613307465305416166
Binary1100001110011101011011011110011010111000101100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E5B; }

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

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

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

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

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

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

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

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