#C44850

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

Shades of Mandy #C44850

Tints of Mandy #C44850

Color information

#C44850 (or 0xC44850) is unknown color: approx Mandy. HEX triplet: C4, 48 and 50. RGB value is (196,72,80). Sum of RGB (Red+Green+Blue) = 196+72+80=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C44850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44850 is #3BB7AF. Grayscale: #6E6E6E. Windows color (decimal): -3913648 or 5261508. OLE color: 5261508.

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

Color convert

RGB1967280-
CMYK00.630.590.23
HSL356.13º51.24%52.55%-
HSV(B)356.13º63.27%76.86%-
XYZ26.5316.959.46-
YUV109.99111.08189.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.32%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=56.32%
G=20.69%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196728000.630.590.23356.1351.2452.55
HexC4485003F3B171643335
Octal30411012007773275446365
Binary1100010010010001010000011111111101110111101100100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44850; }

 p { color: rgb(196,72,80); }

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

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

 a { background-color: rgb(196,72,80); }

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

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

 span { border-color: rgb(196,72,80); }

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