#C44D5D

Color #C44D5D Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C44D5D

Tints of Mandy #C44D5D

Color information

#C44D5D (or 0xC44D5D) is unknown color: approx Mandy. HEX triplet: C4, 4D and 5D. RGB value is (196,77,93). Sum of RGB (Red+Green+Blue) = 196+77+93=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D5D is #3BB2A2. Grayscale: #727272. Windows color (decimal): -3912355 or 6114756. OLE color: 6114756.

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

Color convert

RGB1967793-
CMYK00.610.530.23
HSL351.93º50.21%53.53%-
HSV(B)351.93º60.71%76.86%-
XYZ27.3917.8312.35-
YUV114.4115.92186.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.55%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=53.55%
G=21.04%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196779300.610.530.23351.9350.2153.53
HexC44D5D03D35171603236
Octal30411513507565275406266
Binary1100010010011011011101011110111010110111101100000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44D5D; }

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

 H1.HeaderClassName
 {
   color: #C44D5D;
 }
 .AnyTagClassName
 {
   color: #C44D5D;
 }
</style>
background-color css

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

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

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

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

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

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