#C44C55

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

Shades of Mandy #C44C55

Tints of Mandy #C44C55

Color information

#C44C55 (or 0xC44C55) is unknown color: approx Mandy. HEX triplet: C4, 4C and 55. RGB value is (196,76,85). Sum of RGB (Red+Green+Blue) = 196+76+85=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C55 is #3BB3AA. Grayscale: #707070. Windows color (decimal): -3912619 or 5590212. OLE color: 5590212.

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

Color convert

RGB1967685-
CMYK00.610.570.23
HSL355.5º50.42%53.33%-
HSV(B)355.5º61.22%76.86%-
XYZ26.9917.5610.56-
YUV112.91112.26187.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.90%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=54.90%
G=21.29%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196768500.610.570.23355.550.4253.33
HexC44C5503D39171643235
Octal30411412507571275446265
Binary1100010010011001010101011110111100110111101100100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44C55; }

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

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

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

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

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

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

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

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