Html Css Color HEX #C2474A Mandy

📋 copy color: '#C2474A'

red 194 ◦ green 71 ◦ blue 74

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

Shades of Mandy #C2474A

Tints of Mandy #C2474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

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

R = 57.23%
G = 20.94%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2474A (or 0xC2474A) is known color: Mandy. HEX triplet: C2, 47 and 4A. RGB value is (194,71,74). Sum of RGB (Red+Green+Blue) = 194+71+74=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2474A is #3DB8B5. Grayscale: #6C6C6C. Windows color (decimal): -4044982 or 4868034. OLE color: 4868034.

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

Color convert

RGB 194 71 74 -
CMYK 0 0.63 0.62 0.24
HSL 358.54º 0.5% 0.52% -
HSV(B) 358.54º 0.63% 0.76% -
XYZ 25.74 16.47 8.3 -
YUV 108.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 194 71 74 0 0.63 0.62 0.24 358.54 0.5 0.52
Hex C2 47 4A 0 3F 3E 18 167 32 34
Octal 302 107 112 0 77 76 30 547 62 64
Binary 11000010 1000111 1001010 0 111111 111110 11000 101100111 110010 110100

Color Harmonies of #C2474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2474A

Black with #C2474A

Text Example


Text Example

White with #C2474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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