#C44F5C

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

Shades of Mandy #C44F5C

Tints of Mandy #C44F5C

Color information

#C44F5C (or 0xC44F5C) is unknown color: approx Mandy. HEX triplet: C4, 4F and 5C. RGB value is (196,79,92). Sum of RGB (Red+Green+Blue) = 196+79+92=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F5C is #3BB0A3. Grayscale: #737373. Windows color (decimal): -3911844 or 6049732. OLE color: 6049732.

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

Color convert

RGB1967992-
CMYK00.600.530.23
HSL353.33º49.79%53.92%-
HSV(B)353.33º59.69%76.86%-
XYZ27.4918.112.17-
YUV115.46114.76185.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=53.41%
G=21.53%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196799200.600.530.23353.3349.7953.92
HexC44F5C03C35171613236
Octal30411713407465275416266
Binary1100010010011111011100011110011010110111101100001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44F5C; }

 p { color: rgb(196,79,92); }

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

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

 a { background-color: rgb(196,79,92); }

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

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

 span { border-color: rgb(196,79,92); }

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