#C34E61

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

Shades of Mandy #C34E61

Tints of Mandy #C34E61

Color information

#C34E61 (or 0xC34E61) is unknown color: approx Mandy. HEX triplet: C3, 4E and 61. RGB value is (195,78,97). Sum of RGB (Red+Green+Blue) = 195+78+97=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E61 is #3CB19E. Grayscale: #737373. Windows color (decimal): -3977631 or 6377155. OLE color: 6377155.

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

Color convert

RGB1957897-
CMYK00.60.500.24
HSL350.26º49.37%53.53%-
HSV(B)350.26º60%76.47%-
XYZ27.3917.9113.32-
YUV115.15117.76184.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.70%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=52.70%
G=21.08%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195789700.60.500.24350.2649.3753.53
HexC34E6103C321815e3136
Octal30311614107462305366166
Binary1100001110011101100001011110011001011000101011110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E61; }

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

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

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

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

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

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

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

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