Html Css Color HEX #C2474D Mandy

📋 copy color: '#C2474D'

red 194 ◦ green 71 ◦ blue 77

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

Shades of Mandy #C2474D

Tints of Mandy #C2474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 56.73%
G = 20.76%
B = 22.51%

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

#C2474D (or 0xC2474D) is known color: Mandy. HEX triplet: C2, 47 and 4D. RGB value is (194,71,77). Sum of RGB (Red+Green+Blue) = 194+71+77=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2474D is #3DB8B2. Grayscale: #6C6C6C. Windows color (decimal): -4044979 or 5064642. OLE color: 5064642.

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

Color convert

RGB 194 71 77 -
CMYK 0 0.63 0.60 0.24
HSL 357.07º 0.5% 0.52% -
HSV(B) 357.07º 0.63% 0.76% -
XYZ 25.84 16.51 8.85 -
YUV 108.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 194 71 77 0 0.63 0.60 0.24 357.07 0.5 0.52
Hex C2 47 4D 0 3F 3C 18 165 32 34
Octal 302 107 115 0 77 74 30 545 62 64
Binary 11000010 1000111 1001101 0 111111 111100 11000 101100101 110010 110100

Color Harmonies of #C2474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2474D

Black with #C2474D

Text Example


Text Example

White with #C2474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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