Html Css Color HEX #C7494C Mandy

📋 copy color: '#C7494C'

red 199 ◦ green 73 ◦ blue 76

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

Shades of Mandy #C7494C

Tints of Mandy #C7494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 57.18%
G = 20.98%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7494C (or 0xC7494C) is known color: Mandy. HEX triplet: C7, 49 and 4C. RGB value is (199,73,76). Sum of RGB (Red+Green+Blue) = 199+73+76=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7494C is #38B6B3. Grayscale: #6F6F6F. Windows color (decimal): -3716788 or 4999623. OLE color: 4999623.

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

Color convert

RGB 199 73 76 -
CMYK 0 0.63 0.62 0.22
HSL 358.57º 0.53% 0.53% -
HSV(B) 358.57º 0.63% 0.78% -
XYZ 27.24 17.43 8.77 -
YUV 111.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 199 73 76 0 0.63 0.62 0.22 358.57 0.53 0.53
Hex C7 49 4C 0 3F 3E 16 167 35 35
Octal 307 111 114 0 77 76 26 547 65 65
Binary 11000111 1001001 1001100 0 111111 111110 10110 101100111 110101 110101

Color Harmonies of #C7494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7494C

Black with #C7494C

Text Example


Text Example

White with #C7494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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