Html Css Color HEX #C44C4E Mandy

📋 copy color: '#C44C4E'

red 196 ◦ green 76 ◦ blue 78

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

Shades of Mandy #C44C4E

Tints of Mandy #C44C4E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 56%
G = 21.71%
B = 22.29%

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

#C44C4E (or 0xC44C4E) is known color: Mandy. HEX triplet: C4, 4C and 4E. RGB value is (196,76,78). Sum of RGB (Red+Green+Blue) = 196+76+78=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C4E is #3BB3B1. Grayscale: #707070. Windows color (decimal): -3912626 or 5131460. OLE color: 5131460.

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

Color convert

RGB 196 76 78 -
CMYK 0 0.61 0.60 0.23
HSL 359º 0.5% 0.53% -
HSV(B) 359º 0.61% 0.77% -
XYZ 26.72 17.45 9.17 -
YUV 112.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 196 76 78 0 0.61 0.60 0.23 359 0.5 0.53
Hex C4 4C 4E 0 3D 3C 17 167 32 35
Octal 304 114 116 0 75 74 27 547 62 65
Binary 11000100 1001100 1001110 0 111101 111100 10111 101100111 110010 110101

Color Harmonies of #C44C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C4E

Black with #C44C4E

Text Example


Text Example

White with #C44C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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