Html Css Color HEX #C44950 Mandy

📋 copy color: '#C44950'

red 196 ◦ green 73 ◦ blue 80

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

Shades of Mandy #C44950

Tints of Mandy #C44950

RGB

 RED value IS 196 (76.95% from 255) = 56.16%

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

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

R = 56.16%
G = 20.92%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C44950 (or 0xC44950) is known color: Mandy. HEX triplet: C4, 49 and 50. RGB value is (196,73,80). Sum of RGB (Red+Green+Blue) = 196+73+80=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C44950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44950 is #3BB6AF. Grayscale: #6E6E6E. Windows color (decimal): -3913392 or 5261764. OLE color: 5261764.

HSL color Cylindrical-coordinate representation of color #C44950: hue angle of 356.59º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44950 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 80 -
CMYK 0 0.63 0.59 0.23
HSL 356.59º 0.51% 0.53% -
HSV(B) 356.59º 0.63% 0.77% -
XYZ 26.6 17.08 9.48 -
YUV 110.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 196 73 80 0 0.63 0.59 0.23 356.59 0.51 0.53
Hex C4 49 50 0 3F 3B 17 165 33 35
Octal 304 111 120 0 77 73 27 545 63 65
Binary 11000100 1001001 1010000 0 111111 111011 10111 101100101 110011 110101

Color Harmonies of #C44950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44950

Black with #C44950

Text Example


Text Example

White with #C44950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44950; }

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

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

background-color css

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

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

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

border-color css

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

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

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