Html Css Color HEX #C2494A Mandy

📋 copy color: '#C2494A'

red 194 ◦ green 73 ◦ blue 74

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

Shades of Mandy #C2494A

Tints of Mandy #C2494A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 56.89%
G = 21.41%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2494A (or 0xC2494A) is known color: Mandy. HEX triplet: C2, 49 and 4A. RGB value is (194,73,74). Sum of RGB (Red+Green+Blue) = 194+73+74=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2494A is #3DB6B5. Grayscale: #6D6D6D. Windows color (decimal): -4044470 or 4868546. OLE color: 4868546.

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

Color convert

RGB 194 73 74 -
CMYK 0 0.62 0.62 0.24
HSL 359.5º 0.5% 0.52% -
HSV(B) 359.5º 0.62% 0.76% -
XYZ 25.87 16.73 8.34 -
YUV 109.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 194 73 74 0 0.62 0.62 0.24 359.5 0.5 0.52
Hex C2 49 4A 0 3E 3E 18 168 32 34
Octal 302 111 112 0 76 76 30 550 62 64
Binary 11000010 1001001 1001010 0 111110 111110 11000 101101000 110010 110100

Color Harmonies of #C2494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2494A

Black with #C2494A

Text Example


Text Example

White with #C2494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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