#C44B5E

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

Shades of Mandy #C44B5E

Tints of Mandy #C44B5E

Color information

#C44B5E (or 0xC44B5E) is unknown color: approx Mandy. HEX triplet: C4, 4B and 5E. RGB value is (196,75,94). Sum of RGB (Red+Green+Blue) = 196+75+94=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44B5E is #3BB4A1. Grayscale: #717171. Windows color (decimal): -3912866 or 6179780. OLE color: 6179780.

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

Color convert

RGB1967594-
CMYK00.620.520.23
HSL350.58º50.63%53.14%-
HSV(B)350.58º61.73%76.86%-
XYZ27.317.5812.54-
YUV113.34117.09186.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.70%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=53.70%
G=20.55%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196759400.620.520.23350.5850.6353.14
HexC44B5E03E341715f3335
Octal30411313607664275376365
Binary1100010010010111011110011111011010010111101011111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44B5E; }

 p { color: rgb(196,75,94); }

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

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

 a { background-color: rgb(196,75,94); }

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

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

 span { border-color: rgb(196,75,94); }

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