#C4464F

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

Shades of Mandy #C4464F

Tints of Mandy #C4464F

Color information

#C4464F (or 0xC4464F) is unknown color: approx Mandy. HEX triplet: C4, 46 and 4F. RGB value is (196,70,79). Sum of RGB (Red+Green+Blue) = 196+70+79=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4464F is #3BB9B0. Grayscale: #6C6C6C. Windows color (decimal): -3914161 or 5195460. OLE color: 5195460.

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

Color convert

RGB1967079-
CMYK00.640.600.23
HSL355.71º51.64%52.16%-
HSV(B)355.71º64.29%76.86%-
XYZ26.3716.689.23-
YUV108.7111.24190.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.81%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=56.81%
G=20.29%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196707900.640.600.23355.7151.6452.16
HexC4464F0403C171643434
Octal304106117010074275446464
Binary11000100100011010011110100000011110010111101100100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4464F; }

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

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

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

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

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

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

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

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