#C4494F

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

Shades of Mandy #C4494F

Tints of Mandy #C4494F

Color information

#C4494F (or 0xC4494F) is unknown color: approx Mandy. HEX triplet: C4, 49 and 4F. RGB value is (196,73,79). Sum of RGB (Red+Green+Blue) = 196+73+79=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C4494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4494F is #3BB6B0. Grayscale: #6E6E6E. Windows color (decimal): -3913393 or 5196228. OLE color: 5196228.

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

Color convert

RGB1967379-
CMYK00.630.600.23
HSL357.07º51.04%52.75%-
HSV(B)357.07º62.76%76.86%-
XYZ26.5617.079.29-
YUV110.46110.25189.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.32%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=56.32%
G=20.98%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196737900.630.600.23357.0751.0452.75
HexC4494F03F3C171653335
Octal30411111707774275456365
Binary1100010010010011001111011111111110010111101100101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4494F; }

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

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

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

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

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

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

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

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