#C44760

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

Shades of Mandy #C44760

Tints of Mandy #C44760

Color information

#C44760 (or 0xC44760) is unknown color: approx Mandy. HEX triplet: C4, 47 and 60. RGB value is (196,71,96). Sum of RGB (Red+Green+Blue) = 196+71+96=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C44760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44760 is #3BB89F. Grayscale: #6F6F6F. Windows color (decimal): -3913888 or 6309828. OLE color: 6309828.

HSL color Cylindrical-coordinate representation of color #C44760: hue angle of 348º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44760 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1967196-
CMYK00.640.510.23
HSL348º51.44%52.35%-
HSV(B)348º63.78%76.86%-
XYZ27.1317.0912.93-
YUV111.22119.41188.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.99%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=53.99%
G=19.56%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196719600.640.510.2334851.4452.35
HexC44760040331715c3334
Octal304107140010063275346364
Binary11000100100011111000000100000011001110111101011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44760; }

 p { color: rgb(196,71,96); }

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

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

 a { background-color: rgb(196,71,96); }

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

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

 span { border-color: rgb(196,71,96); }

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