Html Css Color HEX #C44D4F Mandy

📋 copy color: '#C44D4F'

red 196 ◦ green 77 ◦ blue 79

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

Shades of Mandy #C44D4F

Tints of Mandy #C44D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.44%

R = 55.68%
G = 21.88%
B = 22.44%

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

#C44D4F (or 0xC44D4F) is known color: Mandy. HEX triplet: C4, 4D and 4F. RGB value is (196,77,79). Sum of RGB (Red+Green+Blue) = 196+77+79=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D4F is #3BB2B0. Grayscale: #707070. Windows color (decimal): -3912369 or 5197252. OLE color: 5197252.

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

Color convert

RGB 196 77 79 -
CMYK 0 0.61 0.60 0.23
HSL 358.99º 0.5% 0.54% -
HSV(B) 358.99º 0.61% 0.77% -
XYZ 26.83 17.61 9.38 -
YUV 112.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 196 77 79 0 0.61 0.60 0.23 358.99 0.5 0.54
Hex C4 4D 4F 0 3D 3C 17 167 32 36
Octal 304 115 117 0 75 74 27 547 62 66
Binary 11000100 1001101 1001111 0 111101 111100 10111 101100111 110010 110110

Color Harmonies of #C44D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D4F

Black with #C44D4F

Text Example


Text Example

White with #C44D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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