Html Css Color HEX #C7494E Mandy

📋 copy color: '#C7494E'

red 199 ◦ green 73 ◦ blue 78

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

Shades of Mandy #C7494E

Tints of Mandy #C7494E

RGB

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

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

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

R = 56.86%
G = 20.86%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7494E (or 0xC7494E) is known color: Mandy. HEX triplet: C7, 49 and 4E. RGB value is (199,73,78). Sum of RGB (Red+Green+Blue) = 199+73+78=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C7494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7494E is #38B6B1. Grayscale: #6F6F6F. Windows color (decimal): -3716786 or 5130695. OLE color: 5130695.

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

Color convert

RGB 199 73 78 -
CMYK 0 0.63 0.61 0.22
HSL 357.62º 0.53% 0.53% -
HSV(B) 357.62º 0.63% 0.78% -
XYZ 27.31 17.46 9.14 -
YUV 111.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 199 73 78 0 0.63 0.61 0.22 357.62 0.53 0.53
Hex C7 49 4E 0 3F 3D 16 166 35 35
Octal 307 111 116 0 77 75 26 546 65 65
Binary 11000111 1001001 1001110 0 111111 111101 10110 101100110 110101 110101

Color Harmonies of #C7494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7494E

Black with #C7494E

Text Example


Text Example

White with #C7494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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