#C34749

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

Shades of Mandy #C34749

Tints of Mandy #C34749

Color information

#C34749 (or 0xC34749) is unknown color: approx Mandy. HEX triplet: C3, 47 and 49. RGB value is (195,71,73). Sum of RGB (Red+Green+Blue) = 195+71+73=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C34749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34749 is #3CB8B6. Grayscale: #6C6C6C. Windows color (decimal): -3979447 or 4802499. OLE color: 4802499.

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

Color convert

RGB1957173-
CMYK00.640.630.24
HSL359.03º50.82%52.16%-
HSV(B)359.03º63.59%76.47%-
XYZ25.9616.598.14-
YUV108.3108.08189.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.52%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=57.52%
G=20.94%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195717300.640.630.24359.0350.8252.16
HexC347490403F181673334
Octal303107111010077305476364
Binary11000011100011110010010100000011111111000101100111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34749; }

 p { color: rgb(195,71,73); }

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

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

 a { background-color: rgb(195,71,73); }

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

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

 span { border-color: rgb(195,71,73); }

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