Html Css Color HEX #C2494E Mandy

📋 copy color: '#C2494E'

red 194 ◦ green 73 ◦ blue 78

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

Shades of Mandy #C2494E

Tints of Mandy #C2494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

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

R = 56.23%
G = 21.16%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2494E (or 0xC2494E) is known color: Mandy. HEX triplet: C2, 49 and 4E. RGB value is (194,73,78). Sum of RGB (Red+Green+Blue) = 194+73+78=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2494E is #3DB6B1. Grayscale: #6D6D6D. Windows color (decimal): -4044466 or 5130690. OLE color: 5130690.

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

Color convert

RGB 194 73 78 -
CMYK 0 0.62 0.60 0.24
HSL 357.52º 0.5% 0.52% -
HSV(B) 357.52º 0.62% 0.76% -
XYZ 26.01 16.78 9.08 -
YUV 109.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 194 73 78 0 0.62 0.60 0.24 357.52 0.5 0.52
Hex C2 49 4E 0 3E 3C 18 166 32 34
Octal 302 111 116 0 76 74 30 546 62 64
Binary 11000010 1001001 1001110 0 111110 111100 11000 101100110 110010 110100

Color Harmonies of #C2494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2494E

Black with #C2494E

Text Example


Text Example

White with #C2494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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