#c34854

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

Shades of Mandy #C34854

Tints of Mandy #C34854

Color information

#C34854 (or 0xC34854) is unknown color: approx Mandy. HEX triplet: C3, 48 and 54. RGB value is (195,72,84). Sum of RGB (Red+Green+Blue) = 195+72+84=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C34854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34854 is #3CB7AB. Grayscale: #6E6E6E. Windows color (decimal): -3979180 or 5523651. OLE color: 5523651.

HSL color Cylindrical-coordinate representation of color #C34854: hue angle of 354.15º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34854 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB1957284-
CMYK00.630.570.24
HSL354.15º50.62%52.35%-
HSV(B)354.15º63.08%76.47%-
XYZ26.4216.8810.25-
YUV110.14113.25188.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.56%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 84 (33.20% from 255) = 23.93%
R=55.56%
G=20.51%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195728400.630.570.24354.1550.6252.35
HexC3485403F39181623334
Octal30311012407771305426364
Binary1100001110010001010100011111111100111000101100010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34854; }

 p { color: rgb(195,72,84); }

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

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

 a { background-color: rgb(195,72,84); }

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

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

 span { border-color: rgb(195,72,84); }

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