Html Css Color HEX #C7494F Mandy

📋 copy color: '#C7494F'

red 199 ◦ green 73 ◦ blue 79

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

Shades of Mandy #C7494F

Tints of Mandy #C7494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 56.7%
G = 20.8%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7494F (or 0xC7494F) is known color: Mandy. HEX triplet: C7, 49 and 4F. RGB value is (199,73,79). Sum of RGB (Red+Green+Blue) = 199+73+79=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C7494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7494F is #38B6B0. Grayscale: #6F6F6F. Windows color (decimal): -3716785 or 5196231. OLE color: 5196231.

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

Color convert

RGB 199 73 79 -
CMYK 0 0.63 0.60 0.22
HSL 357.14º 0.53% 0.53% -
HSV(B) 357.14º 0.63% 0.78% -
XYZ 27.35 17.47 9.33 -
YUV 111.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 199 73 79 0 0.63 0.60 0.22 357.14 0.53 0.53
Hex C7 49 4F 0 3F 3C 16 165 35 35
Octal 307 111 117 0 77 74 26 545 65 65
Binary 11000111 1001001 1001111 0 111111 111100 10110 101100101 110101 110101

Color Harmonies of #C7494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7494F

Black with #C7494F

Text Example


Text Example

White with #C7494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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