#C46164

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

Shades of Mandy #C46164

Tints of Mandy #C46164

Color information

#C46164 (or 0xC46164) is unknown color: approx Mandy. HEX triplet: C4, 61 and 64. RGB value is (196,97,100). Sum of RGB (Red+Green+Blue) = 196+97+100=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C46164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46164 is #3B9E9B. Grayscale: #7F7F7F. Windows color (decimal): -3907228 or 6578628. OLE color: 6578628.

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

Color convert

RGB19697100-
CMYK00.510.490.23
HSL358.18º45.62%57.45%-
HSV(B)358.18º50.51%76.86%-
XYZ29.3421.2114.6-
YUV126.94112.8177.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=49.87%
G=24.68%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969710000.510.490.23358.1845.6257.45
HexC4616403331171662e39
Octal30414114406361275465671
Binary1100010011000011100100011001111000110111101100110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46164; }

 p { color: rgb(196,97,100); }

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

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

 a { background-color: rgb(196,97,100); }

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

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

 span { border-color: rgb(196,97,100); }

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