Html Css Color HEX #C2474E Mandy

📋 copy color: '#C2474E'

red 194 ◦ green 71 ◦ blue 78

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

Shades of Mandy #C2474E

Tints of Mandy #C2474E

RGB

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

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

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

R = 56.56%
G = 20.7%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2474E (or 0xC2474E) is known color: Mandy. HEX triplet: C2, 47 and 4E. RGB value is (194,71,78). Sum of RGB (Red+Green+Blue) = 194+71+78=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2474E is #3DB8B1. Grayscale: #6C6C6C. Windows color (decimal): -4044978 or 5130178. OLE color: 5130178.

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

Color convert

RGB 194 71 78 -
CMYK 0 0.63 0.60 0.24
HSL 356.59º 0.5% 0.52% -
HSV(B) 356.59º 0.63% 0.76% -
XYZ 25.88 16.53 9.03 -
YUV 108.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 194 71 78 0 0.63 0.60 0.24 356.59 0.5 0.52
Hex C2 47 4E 0 3F 3C 18 165 32 34
Octal 302 107 116 0 77 74 30 545 62 64
Binary 11000010 1000111 1001110 0 111111 111100 11000 101100101 110010 110100

Color Harmonies of #C2474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2474E

Black with #C2474E

Text Example


Text Example

White with #C2474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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