Html Css Color HEX #C7474A Mandy

📋 copy color: '#C7474A'

red 199 ◦ green 71 ◦ blue 74

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

Shades of Mandy #C7474A

Tints of Mandy #C7474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 57.85%
G = 20.64%
B = 21.51%

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

#C7474A (or 0xC7474A) is known color: Mandy. HEX triplet: C7, 47 and 4A. RGB value is (199,71,74). Sum of RGB (Red+Green+Blue) = 199+71+74=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7474A is #38B8B5. Grayscale: #6D6D6D. Windows color (decimal): -3717302 or 4868039. OLE color: 4868039.

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

Color convert

RGB 199 71 74 -
CMYK 0 0.64 0.63 0.22
HSL 358.59º 0.53% 0.53% -
HSV(B) 358.59º 0.64% 0.78% -
XYZ 27.04 17.14 8.36 -
YUV 109.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 199 71 74 0 0.64 0.63 0.22 358.59 0.53 0.53
Hex C7 47 4A 0 40 3F 16 167 35 35
Octal 307 107 112 0 100 77 26 547 65 65
Binary 11000111 1000111 1001010 0 1000000 111111 10110 101100111 110101 110101

Color Harmonies of #C7474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7474A

Black with #C7474A

Text Example


Text Example

White with #C7474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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