#C44A5A

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

Shades of Mandy #C44A5A

Tints of Mandy #C44A5A

Color information

#C44A5A (or 0xC44A5A) is unknown color: approx Mandy. HEX triplet: C4, 4A and 5A. RGB value is (196,74,90). Sum of RGB (Red+Green+Blue) = 196+74+90=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A5A is #3BB5A5. Grayscale: #707070. Windows color (decimal): -3913126 or 5917380. OLE color: 5917380.

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

Color convert

RGB1967490-
CMYK00.620.540.23
HSL352.13º50.83%52.94%-
HSV(B)352.13º62.24%76.86%-
XYZ27.0617.3711.6-
YUV112.3115.42187.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.44%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 90 (35.55% from 255) = 25%
R=54.44%
G=20.56%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196749000.620.540.23352.1350.8352.94
HexC44A5A03E36171603335
Octal30411213207666275406365
Binary1100010010010101011010011111011011010111101100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44A5A; }

 p { color: rgb(196,74,90); }

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

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

 a { background-color: rgb(196,74,90); }

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

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

 span { border-color: rgb(196,74,90); }

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