Html Css Color HEX #C7474D Mandy

📋 copy color: '#C7474D'

red 199 ◦ green 71 ◦ blue 77

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

Shades of Mandy #C7474D

Tints of Mandy #C7474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 57.35%
G = 20.46%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7474D (or 0xC7474D) is known color: Mandy. HEX triplet: C7, 47 and 4D. RGB value is (199,71,77). Sum of RGB (Red+Green+Blue) = 199+71+77=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7474D is #38B8B2. Grayscale: #6E6E6E. Windows color (decimal): -3717299 or 5064647. OLE color: 5064647.

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

Color convert

RGB 199 71 77 -
CMYK 0 0.64 0.61 0.22
HSL 357.19º 0.53% 0.53% -
HSV(B) 357.19º 0.64% 0.78% -
XYZ 27.15 17.18 8.91 -
YUV 109.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 199 71 77 0 0.64 0.61 0.22 357.19 0.53 0.53
Hex C7 47 4D 0 40 3D 16 165 35 35
Octal 307 107 115 0 100 75 26 545 65 65
Binary 11000111 1000111 1001101 0 1000000 111101 10110 101100101 110101 110101

Color Harmonies of #C7474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7474D

Black with #C7474D

Text Example


Text Example

White with #C7474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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