#C44158

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

Shades of Mandy #C44158

Tints of Mandy #C44158

Color information

#C44158 (or 0xC44158) is unknown color: approx Mandy. HEX triplet: C4, 41 and 58. RGB value is (196,65,88). Sum of RGB (Red+Green+Blue) = 196+65+88=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C44158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44158 is #3BBEA7. Grayscale: #6A6A6A. Windows color (decimal): -3915432 or 5784004. OLE color: 5784004.

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

Color convert

RGB1966588-
CMYK00.670.550.23
HSL349.47º52.61%51.18%-
HSV(B)349.47º66.84%76.86%-
XYZ26.4216.2210.97-
YUV106.79117.4191.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.16%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=56.16%
G=18.62%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196658800.670.550.23349.4752.6151.18
HexC44158043371715d3533
Octal304101130010367275356563
Binary11000100100000110110000100001111011110111101011101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44158; }

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

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

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

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

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

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

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

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