Html Css Color HEX #C2434D Mandy

📋 copy color: '#C2434D'

red 194 ◦ green 67 ◦ blue 77

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

Shades of Mandy #C2434D

Tints of Mandy #C2434D

RGB

 RED value IS 194 (76.17% from 255) = 57.4%

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 57.4%
G = 19.82%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2434D (or 0xC2434D) is known color: Mandy. HEX triplet: C2, 43 and 4D. RGB value is (194,67,77). Sum of RGB (Red+Green+Blue) = 194+67+77=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2434D is #3DBCB2. Grayscale: #6A6A6A. Windows color (decimal): -4046003 or 5063618. OLE color: 5063618.

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

Color convert

RGB 194 67 77 -
CMYK 0 0.65 0.60 0.24
HSL 355.28º 0.51% 0.51% -
HSV(B) 355.28º 0.65% 0.76% -
XYZ 25.59 16.02 8.76 -
YUV 106.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 194 67 77 0 0.65 0.60 0.24 355.28 0.51 0.51
Hex C2 43 4D 0 41 3C 18 163 33 33
Octal 302 103 115 0 101 74 30 543 63 63
Binary 11000010 1000011 1001101 0 1000001 111100 11000 101100011 110011 110011

Color Harmonies of #C2434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2434D

Black with #C2434D

Text Example


Text Example

White with #C2434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2434D; }

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

 H1.HeaderClassName
 {
   color: #C2434D;
 }
 .AnyTagClassName
 {
   color: #C2434D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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