Html Css Color HEX #C7494A Mandy

📋 copy color: '#C7494A'

red 199 ◦ green 73 ◦ blue 74

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

Shades of Mandy #C7494A

Tints of Mandy #C7494A

RGB

 RED value IS 199 (78.13% from 255) = 57.51%

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

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

R = 57.51%
G = 21.1%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7494A (or 0xC7494A) is known color: Mandy. HEX triplet: C7, 49 and 4A. RGB value is (199,73,74). Sum of RGB (Red+Green+Blue) = 199+73+74=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7494A is #38B6B5. Grayscale: #6E6E6E. Windows color (decimal): -3716790 or 4868551. OLE color: 4868551.

HSL color Cylindrical-coordinate representation of color #C7494A: hue angle of 359.52º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7494A is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 74 -
CMYK 0 0.63 0.63 0.22
HSL 359.52º 0.53% 0.53% -
HSV(B) 359.52º 0.63% 0.78% -
XYZ 27.17 17.4 8.41 -
YUV 110.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 199 73 74 0 0.63 0.63 0.22 359.52 0.53 0.53
Hex C7 49 4A 0 3F 3F 16 168 35 35
Octal 307 111 112 0 77 77 26 550 65 65
Binary 11000111 1001001 1001010 0 111111 111111 10110 101101000 110101 110101

Color Harmonies of #C7494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7494A

Black with #C7494A

Text Example


Text Example

White with #C7494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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