Html Css Color HEX #C2434F Mandy

📋 copy color: '#C2434F'

red 194 ◦ green 67 ◦ blue 79

#C2434F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C2434F

Tints of Mandy #C2434F

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 value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2434F (or 0xC2434F) is known color: 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

RGB 194 67 79 -
CMYK 0 0.65 0.59 0.24
HSL 354.33º 0.51% 0.51% -
HSV(B) 354.33º 0.65% 0.76% -
XYZ 25.67 16.05 9.14 -
YUV 106.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 194 67 79 0 0.65 0.59 0.24 354.33 0.51 0.51
Hex C2 43 4F 0 41 3B 18 162 33 33
Octal 302 103 117 0 101 73 30 542 63 63
Binary 11000010 1000011 1001111 0 1000001 111011 11000 101100010 110011 110011

Color Harmonies of #C2434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2434F

Black with #C2434F

Text Example


Text Example

White with #C2434F

Text Example


Text Example

HTML Codes & Css Web 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>