Html Css Color HEX #C74950 Mandy

📋 copy color: '#C74950'

red 199 ◦ green 73 ◦ blue 80

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

Shades of Mandy #C74950

Tints of Mandy #C74950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.74%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 56.53%
G = 20.74%
B = 22.73%

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

#C74950 (or 0xC74950) is known color: Mandy. HEX triplet: C7, 49 and 50. RGB value is (199,73,80). Sum of RGB (Red+Green+Blue) = 199+73+80=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C74950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74950 is #38B6AF. Grayscale: #6F6F6F. Windows color (decimal): -3716784 or 5261767. OLE color: 5261767.

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

Color convert

RGB 199 73 80 -
CMYK 0 0.63 0.60 0.22
HSL 356.67º 0.53% 0.53% -
HSV(B) 356.67º 0.63% 0.78% -
XYZ 27.38 17.49 9.52 -
YUV 111.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 199 73 80 0 0.63 0.60 0.22 356.67 0.53 0.53
Hex C7 49 50 0 3F 3C 16 165 35 35
Octal 307 111 120 0 77 74 26 545 65 65
Binary 11000111 1001001 1010000 0 111111 111100 10110 101100101 110101 110101

Color Harmonies of #C74950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74950

Black with #C74950

Text Example


Text Example

White with #C74950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74950; }

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

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

background-color css

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

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

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

border-color css

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

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

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