#C44A58

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

Shades of Mandy #C44A58

Tints of Mandy #C44A58

Color information

#C44A58 (or 0xC44A58) is unknown color: approx Mandy. HEX triplet: C4, 4A and 58. RGB value is (196,74,88). Sum of RGB (Red+Green+Blue) = 196+74+88=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A58 is #3BB5A7. Grayscale: #707070. Windows color (decimal): -3913128 or 5786308. OLE color: 5786308.

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

Color convert

RGB1967488-
CMYK00.620.550.23
HSL353.11º50.83%52.94%-
HSV(B)353.11º62.24%76.86%-
XYZ26.9817.3411.16-
YUV112.07114.42187.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.75%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 88 (34.77% from 255) = 24.58%
R=54.75%
G=20.67%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196748800.620.550.23353.1150.8352.94
HexC44A5803E37171613335
Octal30411213007667275416365
Binary1100010010010101011000011111011011110111101100001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44A58; }

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

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

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

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

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

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

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

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