Html Css Color HEX #C74A4F Mandy

📋 copy color: '#C74A4F'

red 199 ◦ green 74 ◦ blue 79

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

Shades of Mandy #C74A4F

Tints of Mandy #C74A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

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

R = 56.53%
G = 21.02%
B = 22.44%

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

#C74A4F (or 0xC74A4F) is known color: Mandy. HEX triplet: C7, 4A and 4F. RGB value is (199,74,79). Sum of RGB (Red+Green+Blue) = 199+74+79=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A4F is #38B5B0. Grayscale: #707070. Windows color (decimal): -3716529 or 5196487. OLE color: 5196487.

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

Color convert

RGB 199 74 79 -
CMYK 0 0.63 0.60 0.22
HSL 357.6º 0.53% 0.54% -
HSV(B) 357.6º 0.63% 0.78% -
XYZ 27.41 17.6 9.35 -
YUV 111.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 199 74 79 0 0.63 0.60 0.22 357.6 0.53 0.54
Hex C7 4A 4F 0 3F 3C 16 166 35 36
Octal 307 112 117 0 77 74 26 546 65 66
Binary 11000111 1001010 1001111 0 111111 111100 10110 101100110 110101 110110

Color Harmonies of #C74A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A4F

Black with #C74A4F

Text Example


Text Example

White with #C74A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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