Html Css Color HEX #C44D4E Mandy

📋 copy color: '#C44D4E'

red 196 ◦ green 77 ◦ blue 78

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

Shades of Mandy #C44D4E

Tints of Mandy #C44D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.94%

 BLUE value IS 78 (30.86% from 255) = 22.22%

R = 55.84%
G = 21.94%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C44D4E (or 0xC44D4E) is known color: Mandy. HEX triplet: C4, 4D and 4E. RGB value is (196,77,78). Sum of RGB (Red+Green+Blue) = 196+77+78=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D4E is #3BB2B1. Grayscale: #707070. Windows color (decimal): -3912370 or 5131716. OLE color: 5131716.

HSL color Cylindrical-coordinate representation of color #C44D4E: hue angle of 359.5º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44D4E is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 77 78 -
CMYK 0 0.61 0.60 0.23
HSL 359.5º 0.5% 0.54% -
HSV(B) 359.5º 0.61% 0.77% -
XYZ 26.79 17.59 9.19 -
YUV 112.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 196 77 78 0 0.61 0.60 0.23 359.5 0.5 0.54
Hex C4 4D 4E 0 3D 3C 17 167 32 36
Octal 304 115 116 0 75 74 27 547 62 66
Binary 11000100 1001101 1001110 0 111101 111100 10111 101100111 110010 110110

Color Harmonies of #C44D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D4E

Black with #C44D4E

Text Example


Text Example

White with #C44D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D4E; }

 p { color: rgb(196,77,78); }

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

background-color css

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

 a { background-color: rgb(196,77,78); }

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

border-color css

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

 span { border-color: rgb(196,77,78); }

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