Html Css Color HEX #C44D52 Mandy

📋 copy color: '#C44D52'

red 196 ◦ green 77 ◦ blue 82

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

Shades of Mandy #C44D52

Tints of Mandy #C44D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 55.21%
G = 21.69%
B = 23.1%

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

#C44D52 (or 0xC44D52) is known color: Mandy. HEX triplet: C4, 4D and 52. RGB value is (196,77,82). Sum of RGB (Red+Green+Blue) = 196+77+82=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D52 is #3BB2AD. Grayscale: #717171. Windows color (decimal): -3912366 or 5393860. OLE color: 5393860.

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

Color convert

RGB 196 77 82 -
CMYK 0 0.61 0.58 0.23
HSL 357.48º 0.5% 0.54% -
HSV(B) 357.48º 0.61% 0.77% -
XYZ 26.94 17.65 9.97 -
YUV 113.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 196 77 82 0 0.61 0.58 0.23 357.48 0.5 0.54
Hex C4 4D 52 0 3D 3A 17 165 32 36
Octal 304 115 122 0 75 72 27 545 62 66
Binary 11000100 1001101 1010010 0 111101 111010 10111 101100101 110010 110110

Color Harmonies of #C44D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D52

Black with #C44D52

Text Example


Text Example

White with #C44D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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