#C44748

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

Shades of Mandy #C44748

Tints of Mandy #C44748

Color information

#C44748 (or 0xC44748) is unknown color: approx Mandy. HEX triplet: C4, 47 and 48. RGB value is (196,71,72). Sum of RGB (Red+Green+Blue) = 196+71+72=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C44748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44748 is #3BB8B7. Grayscale: #6C6C6C. Windows color (decimal): -3913912 or 4736964. OLE color: 4736964.

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

Color convert

RGB1967172-
CMYK00.640.630.23
HSL359.52º51.44%52.35%-
HSV(B)359.52º63.78%76.86%-
XYZ26.1916.717.98-
YUV108.49107.41190.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.82%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=57.82%
G=20.94%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196717200.640.630.23359.5251.4452.35
HexC447480403F171683334
Octal304107110010077275506364
Binary11000100100011110010000100000011111110111101101000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44748; }

 p { color: rgb(196,71,72); }

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

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

 a { background-color: rgb(196,71,72); }

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

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

 span { border-color: rgb(196,71,72); }

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