#C44F5B

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

Shades of Mandy #C44F5B

Tints of Mandy #C44F5B

Color information

#C44F5B (or 0xC44F5B) is unknown color: approx Mandy. HEX triplet: C4, 4F and 5B. RGB value is (196,79,91). Sum of RGB (Red+Green+Blue) = 196+79+91=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F5B is #3BB0A4. Grayscale: #737373. Windows color (decimal): -3911845 or 5984196. OLE color: 5984196.

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

Color convert

RGB1967991-
CMYK00.600.540.23
HSL353.85º49.79%53.92%-
HSV(B)353.85º59.69%76.86%-
XYZ27.4518.0811.94-
YUV115.35114.26185.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.55%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=53.55%
G=21.58%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196799100.600.540.23353.8549.7953.92
HexC44F5B03C36171623236
Octal30411713307466275426266
Binary1100010010011111011011011110011011010111101100010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44F5B; }

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

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

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

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

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

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

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

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