Html Css Color HEX #C2444E Mandy

📋 copy color: '#C2444E'

red 194 ◦ green 68 ◦ blue 78

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

Shades of Mandy #C2444E

Tints of Mandy #C2444E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

 BLUE value IS 78 (30.86% from 255) = 22.94%

R = 57.06%
G = 20%
B = 22.94%

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

#C2444E (or 0xC2444E) is known color: Mandy. HEX triplet: C2, 44 and 4E. RGB value is (194,68,78). Sum of RGB (Red+Green+Blue) = 194+68+78=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2444E is #3DBBB1. Grayscale: #6A6A6A. Windows color (decimal): -4045746 or 5129410. OLE color: 5129410.

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

Color convert

RGB 194 68 78 -
CMYK 0 0.65 0.60 0.24
HSL 355.24º 0.51% 0.51% -
HSV(B) 355.24º 0.65% 0.76% -
XYZ 25.69 16.15 8.97 -
YUV 106.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 194 68 78 0 0.65 0.60 0.24 355.24 0.51 0.51
Hex C2 44 4E 0 41 3C 18 163 33 33
Octal 302 104 116 0 101 74 30 543 63 63
Binary 11000010 1000100 1001110 0 1000001 111100 11000 101100011 110011 110011

Color Harmonies of #C2444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2444E

Black with #C2444E

Text Example


Text Example

White with #C2444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2444E; }

 p { color: rgb(194,68,78); }

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

background-color css

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

 a { background-color: rgb(194,68,78); }

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

border-color css

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

 span { border-color: rgb(194,68,78); }

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