#C34959

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

Shades of Mandy #C34959

Tints of Mandy #C34959

Color information

#C34959 (or 0xC34959) is unknown color: approx Mandy. HEX triplet: C3, 49 and 59. RGB value is (195,73,89). Sum of RGB (Red+Green+Blue) = 195+73+89=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C34959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34959 is #3CB6A6. Grayscale: #6F6F6F. Windows color (decimal): -3978919 or 5851587. OLE color: 5851587.

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

Color convert

RGB1957389-
CMYK00.630.540.24
HSL352.13º50.41%52.55%-
HSV(B)352.13º62.56%76.47%-
XYZ26.6917.0911.34-
YUV111.3115.42187.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.62%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 89 (35.16% from 255) = 24.93%
R=54.62%
G=20.45%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195738900.630.540.24352.1350.4152.55
HexC3495903F36181603235
Octal30311113107766305406265
Binary1100001110010011011001011111111011011000101100000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34959; }

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

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

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

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

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

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

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

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