Html Css Color HEX #C44D53 Mandy

📋 copy color: '#C44D53'

red 196 ◦ green 77 ◦ blue 83

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

Shades of Mandy #C44D53

Tints of Mandy #C44D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 55.06%
G = 21.63%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C44D53 (or 0xC44D53) is known color: Mandy. HEX triplet: C4, 4D and 53. RGB value is (196,77,83). Sum of RGB (Red+Green+Blue) = 196+77+83=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D53 is #3BB2AC. Grayscale: #717171. Windows color (decimal): -3912365 or 5459396. OLE color: 5459396.

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

Color convert

RGB 196 77 83 -
CMYK 0 0.61 0.58 0.23
HSL 356.97º 0.5% 0.54% -
HSV(B) 356.97º 0.61% 0.77% -
XYZ 26.98 17.67 10.17 -
YUV 113.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 196 77 83 0 0.61 0.58 0.23 356.97 0.5 0.54
Hex C4 4D 53 0 3D 3A 17 165 32 36
Octal 304 115 123 0 75 72 27 545 62 66
Binary 11000100 1001101 1010011 0 111101 111010 10111 101100101 110010 110110

Color Harmonies of #C44D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D53

Black with #C44D53

Text Example


Text Example

White with #C44D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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