#C34D55

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

Shades of Mandy #C34D55

Tints of Mandy #C34D55

Color information

#C34D55 (or 0xC34D55) is unknown color: approx Mandy. HEX triplet: C3, 4D and 55. RGB value is (195,77,85). Sum of RGB (Red+Green+Blue) = 195+77+85=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D55 is #3CB2AA. Grayscale: #717171. Windows color (decimal): -3977899 or 5590467. OLE color: 5590467.

HSL color Cylindrical-coordinate representation of color #C34D55: hue angle of 355.93º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34D55 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1957785-
CMYK00.610.560.24
HSL355.93º49.58%53.33%-
HSV(B)355.93º60.51%76.47%-
XYZ26.817.5710.57-
YUV113.19112.09186.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.62%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=54.62%
G=21.57%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195778500.610.560.24355.9349.5853.33
HexC34D5503D38181643235
Octal30311512507570305446265
Binary1100001110011011010101011110111100011000101100100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34D55; }

 p { color: rgb(195,77,85); }

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

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

 a { background-color: rgb(195,77,85); }

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

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

 span { border-color: rgb(195,77,85); }

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