Html Css Color HEX #C44E5D Mandy

📋 copy color: '#C44E5D'

red 196 ◦ green 78 ◦ blue 93

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

Shades of Mandy #C44E5D

Tints of Mandy #C44E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 53.41%
G = 21.25%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C44E5D (or 0xC44E5D) is known color: Mandy. HEX triplet: C4, 4E and 5D. RGB value is (196,78,93). Sum of RGB (Red+Green+Blue) = 196+78+93=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E5D is #3BB1A2. Grayscale: #737373. Windows color (decimal): -3912099 or 6115012. OLE color: 6115012.

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

Color convert

RGB 196 78 93 -
CMYK 0 0.60 0.53 0.23
HSL 352.37º 0.5% 0.54% -
HSV(B) 352.37º 0.6% 0.77% -
XYZ 27.47 17.97 12.38 -
YUV 114.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 196 78 93 0 0.60 0.53 0.23 352.37 0.5 0.54
Hex C4 4E 5D 0 3C 35 17 160 32 36
Octal 304 116 135 0 74 65 27 540 62 66
Binary 11000100 1001110 1011101 0 111100 110101 10111 101100000 110010 110110

Color Harmonies of #C44E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E5D

Black with #C44E5D

Text Example


Text Example

White with #C44E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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