Html Css Color HEX #C74749 Mandy

📋 copy color: '#C74749'

red 199 ◦ green 71 ◦ blue 73

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

Shades of Mandy #C74749

Tints of Mandy #C74749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 58.02%
G = 20.7%
B = 21.28%

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

#C74749 (or 0xC74749) is known color: Mandy. HEX triplet: C7, 47 and 49. RGB value is (199,71,73). Sum of RGB (Red+Green+Blue) = 199+71+73=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C74749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74749 is #38B8B6. Grayscale: #6D6D6D. Windows color (decimal): -3717303 or 4802503. OLE color: 4802503.

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

Color convert

RGB 199 71 73 -
CMYK 0 0.64 0.63 0.22
HSL 359.06º 0.53% 0.53% -
HSV(B) 359.06º 0.64% 0.78% -
XYZ 27.01 17.13 8.19 -
YUV 109.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 199 71 73 0 0.64 0.63 0.22 359.06 0.53 0.53
Hex C7 47 49 0 40 3F 16 167 35 35
Octal 307 107 111 0 100 77 26 547 65 65
Binary 11000111 1000111 1001001 0 1000000 111111 10110 101100111 110101 110101

Color Harmonies of #C74749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74749

Black with #C74749

Text Example


Text Example

White with #C74749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74749; }

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

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

background-color css

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

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

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

border-color css

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

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

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