Html Css Color HEX #C74849 Mandy

📋 copy color: '#C74849'

red 199 ◦ green 72 ◦ blue 73

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

Shades of Mandy #C74849

Tints of Mandy #C74849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 57.85%
G = 20.93%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C74849 (or 0xC74849) is known color: Mandy. HEX triplet: C7, 48 and 49. RGB value is (199,72,73). Sum of RGB (Red+Green+Blue) = 199+72+73=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C74849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74849 is #38B7B6. Grayscale: #6E6E6E. Windows color (decimal): -3717047 or 4802759. OLE color: 4802759.

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

Color convert

RGB 199 72 73 -
CMYK 0 0.64 0.63 0.22
HSL 359.53º 0.53% 0.53% -
HSV(B) 359.53º 0.64% 0.78% -
XYZ 27.07 17.26 8.21 -
YUV 110.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 199 72 73 0 0.64 0.63 0.22 359.53 0.53 0.53
Hex C7 48 49 0 40 3F 16 168 35 35
Octal 307 110 111 0 100 77 26 550 65 65
Binary 11000111 1001000 1001001 0 1000000 111111 10110 101101000 110101 110101

Color Harmonies of #C74849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74849

Black with #C74849

Text Example


Text Example

White with #C74849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74849; }

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

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

background-color css

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

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

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

border-color css

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

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

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