Html Css Color HEX #C74D4E Mandy

📋 copy color: '#C74D4E'

red 199 ◦ green 77 ◦ blue 78

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

Shades of Mandy #C74D4E

Tints of Mandy #C74D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

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

R = 56.21%
G = 21.75%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C74D4E (or 0xC74D4E) is known color: Mandy. HEX triplet: C7, 4D and 4E. RGB value is (199,77,78). Sum of RGB (Red+Green+Blue) = 199+77+78=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D4E is #38B2B1. Grayscale: #717171. Windows color (decimal): -3715762 or 5131719. OLE color: 5131719.

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

Color convert

RGB 199 77 78 -
CMYK 0 0.61 0.61 0.22
HSL 359.51º 0.52% 0.54% -
HSV(B) 359.51º 0.61% 0.78% -
XYZ 27.58 18 9.23 -
YUV 113.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 199 77 78 0 0.61 0.61 0.22 359.51 0.52 0.54
Hex C7 4D 4E 0 3D 3D 16 168 34 36
Octal 307 115 116 0 75 75 26 550 64 66
Binary 11000111 1001101 1001110 0 111101 111101 10110 101101000 110100 110110

Color Harmonies of #C74D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D4E

Black with #C74D4E

Text Example


Text Example

White with #C74D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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