#C2434F

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

Shades of Mandy #C2434F

Tints of Mandy #C2434F

Color information

#C2434F (or 0xC2434F) is unknown color: approx Mandy. HEX triplet: C2, 43 and 4F. RGB value is (194,67,79). Sum of RGB (Red+Green+Blue) = 194+67+79=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2434F is #3DBCB0. Grayscale: #6A6A6A. Windows color (decimal): -4046001 or 5194690. OLE color: 5194690.

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

Color convert

RGB1946779-
CMYK00.650.590.24
HSL354.33º51%51.18%-
HSV(B)354.33º65.46%76.08%-
XYZ25.6716.059.14-
YUV106.34112.58190.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=57.06%
G=19.71%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194677900.650.590.24354.335151.18
HexC2434F0413B181623333
Octal302103117010173305426363
Binary11000010100001110011110100000111101111000101100010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2434F; }

 p { color: rgb(194,67,79); }

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

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

 a { background-color: rgb(194,67,79); }

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

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

 span { border-color: rgb(194,67,79); }

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